%bcond_with versioned_dir %if %{with versioned_dir} %global gsdatadir %{_datadir}/%{name}/%{version} %global gslibdir %{_libdir}/%{name}/%{version} %global gsconfdir %{_sysconfdir}/%{name}/%{version} %else %global gsdatadir %{_datadir}/%{name} %global gslibdir %{_libdir}/%{name} %global gsconfdir %{_sysconfdir}/%{name} %endif Summary: A PostScript(TM) interpreter and renderer. Summary(ja): 日本語 PostScript(TM) インタプリタ/レンダラ/ビュア Name: ghostscript Version: 9.52 Release: 1%{?_dist_release} Group: Applications/Publishing Vendor: Project Vine Distribution: Vine Linux Packager: daisuke # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 License: AGPLv3+ and Redistributable, no modification permitted URL: https://www.ghostscript.com/ %define shortver %(echo %{version} | sed -e "s/\\.//") Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{shortver}/ghostscript-%{version}.tar.xz # ghostscript contains code we cannot ship due to licensing concerns. # Therefore we use this script to remove it before shipping the # tarball. # Download the upstream tarball and invoke this script while in the # tarball's directory: # ... this script is not needed now Source1: generate-tarball.sh Source2: CIDFnmap Source4: cidfmap Source5: cidfmap.ja Source10: Changelog.gs7.vine # patches from upstream Patch000: ghostscript-9.50-enumerate-all-fonts.patch # patches from fedora Patch100: ghostscript-9.23-100-run-dvipdf-securely.patch # security patches # Vine patch(es) Patch1000: runlibfileifexists.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: xz BuildRequires: libjpeg-devel, libXt-devel BuildRequires: zlib-devel, libpng-devel, unzip, gtk3-devel BuildRequires: glib2-devel, gnutls-devel # Omni requires libxml BuildRequires: libxml2-devel BuildRequires: libtiff-devel BuildRequires: cups-devel >= 1.1.13 BuildRequires: libtool #BuildRequires: jasper-devel BuildRequires: dbus-devel BuildRequires: poppler-data BuildRequires: lcms2-devel BuildRequires: openjpeg2-devel BuildRequires: freetype2-devel BuildRequires: fontconfig-devel Requires: urw-fonts Requires: ghostscript-fonts Requires: poppler-data Obsoletes: hpijs <= 1.7.1-2vl5 #Provides: hpijs Obsoletes: ghostscript-shared < 8.0 Provides: ghostscript-shared = %{version}-%{release} Conflicts: cups < 1.3.9-1 %description Ghostscript is a set of software that provides a PostScript(TM) interpreter, a set of C procedures (the Ghostscript library, which implements the graphics capabilities in the PostScript language) and an interpreter for Portable Document Format (PDF) files. Ghostscript translates PostScript code into many common, bitmapped formats, like those understood by your printer or screen. Ghostscript is normally used to display PostScript files and to print PostScript files to non-PostScript printers. If you need to display PostScript files or print them to non-PostScript printers, you should install ghostscript. If you install ghostscript, you also need to install the ghostscript-fonts package. %description -l ja Ghostscript は PostScript(TM)interpreterやC procedure (PostScript言語の中で graphic機能を実装した Ghostscript ライブラリ)や Portable Document Format (PDF)ファイルの interpreter などのソフトウェア集です。 Ghostscript は PostScript コードをお使いのプリンターやスクリーンが理解できる 多くの一般的な bitmap 形式のフォーマットに変換します。 Ghostscript は一般的に PostScript ファイルを表示させたり、非 PostScript プリンターに PostScript ファイルを印刷する場合に使用します。 もしもあなたが、PostScript ファイルを表示させたり、非 PostScript プリンターに PostScript ファイルを印刷するのであれば、ghostscript をインストールするべきです。 もしもあなたが ghostscript をインストールするならば、ghostscript-fonts パッケージも必要です。 %package devel Summary: Files for developing applications that use ghostscript. Summary(ja): ghostscript を使うアプリケーションを開発するためのファイル Requires: %{name} = %{version}-%{release} Group: Development/Libraries Obsoletes: hpijs <= 1.7.1-2vl5 %description devel The header files for developing applications that use ghostscript. %description devel -l ja ghostscript を使うアプリケーションを開発するためのヘッダファイル %package doc Summary: Documentation for ghostscript. Summary(ja): ghostscript のドキュメント Requires: %{name} = %{version}-%{release} Group: Documentation %description doc The documentation files that come with ghostscript. %package gtk Summary: A GTK-enabled PostScript(TM) interpreter and renderer. Summary(ja): GTK+ 版の PostScript(TM) インタプリタ/レンダラ Requires: %{name} = %{version}-%{release} Group: Applications/Publishing %description gtk A GTK-enabled version of Ghostscript, called 'gsx'. %prep %setup -q -n %{name}-%{version} rm -rf cups/libs expat freetype jasper jpeg jpegxr lcms2* libpng openjpeg tiff windows zlib %patch000 -p1 %patch100 -p1 %patch1000 -p1 %build # Compile without strict aliasing opts due to these files: # gdevescv.c gdevl4v.c gdevopvp.c gdevbbox.c gdevdbit.c gdevddrw.c # gdevp14.c gdevpdfd.c gdevpdfi.c gdevpdfo.c gdevpdft.c gdevpdfv.c # gdevpdte.c gdevpdtt.c gdevps.c gdevpx.c gscoord.c gscparam.c gscrd.c # gsdps1.c gsimage.c gspath1.c gsptype1.c gsptype2.c gstype2.c # gstype42.c gxccache.c gxchar.c gxclimag.c gxclpath.c gxfcopy.c # gximag3x.c gximage3.c gxipixel.c gxshade1.c gxstroke.c gxtype1.c # ibnum.c iscanbin.c zchar1.c zchar.c zcharx.c zfapi.c zfont32.c # zfunc0.c zfunc3.c zfunc4.c zpcolor.c zshade.c EXTRACFLAGS="-fno-strict-aliasing" FONTPATH= for path in \ %{_datadir}/fonts/default/%{name} \ %{_datadir}/fonts/default/Type1 \ %{_datadir}/fonts/default/amspsfnt/pfb \ %{_datadir}/fonts/default/cmpsfont/pfb \ %{_datadir}/fonts \ %{_datadir}/%{name}/conf.d \ %{_sysconfdir}/%{name} \ %if %{with versioned_dir} %{_sysconfdir}/%{name}/%{version} \ %endif ; do FONTPATH="$FONTPATH${FONTPATH:+:}$path" done autoconf --force export CFLAGS="%{optflags} $CFLAGS $EXTRACFLAGS" %configure \ --enable-dynamic \ --disable-compile-inits \ %if !%{with versioned_dir} --without-versioned-path \ %endif --with-fontpath="$FONTPATH" \ --with-ijs \ --with-drivers=ALL \ --with-system-libtiff \ --with-install-cups # Build IJS cd ijs ./autogen.sh %configure --enable-shared --enable-static make %{?_smp_mflags} cd .. FT_CFLAGS=$(pkg-config --cflags freetype2) make %{?_smp_mflags} so \ RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \ FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype #make %{?_smp_mflags} \ # RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \ # FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype make cups %install rm -rf %{buildroot} mkdir -p %{buildroot} mkdir -p %{buildroot}/{%{_mandir},%{_bindir},%{_datadir},%{_docdir}} mkdir -p %{buildroot}/{%{_libdir},%{_includedir}/ijs} make install soinstall \ prefix=%{buildroot}%{_prefix} \ mandir=%{buildroot}%{_mandir} \ datadir=%{buildroot}%{_datadir} \ gsincludedir=%{buildroot}%{_includedir}/ghostscript/ \ bindir=%{buildroot}%{_bindir} \ libdir=%{buildroot}%{_libdir} \ docdir=%{buildroot}%{_docdir}/%{name}-%{version} \ gsdir=%{buildroot}%{_datadir}/%{name} \ gsdatadir=%{buildroot}%{gsdatadir} \ gssharedir=%{buildroot}%{gslibdir} \ CUPSSERVERROOT=%{buildroot}`cups-config --serverroot` \ CUPSSERVERBIN=%{buildroot}`cups-config --serverbin` \ CUPSDATA=%{buildroot}`cups-config --datadir` mv -f %{buildroot}%{_bindir}/gsc %{buildroot}%{_bindir}/gs cd ijs %makeinstall cd .. echo ".so man1/gs.1" > %{buildroot}/%{_mandir}/man1/ghostscript.1 ln -sf gs %{buildroot}/usr/bin/ghostscript # Rename an original cidfmap to cidfmap.GS mv %{buildroot}%{gsdatadir}/Resource/Init/cidfmap{,.GS} # Install our own cidfmap to allow the separated # cidfmap which the font packages own. #install -m0644 %{SOURCE2} %{buildroot}%{gsdatadir}/Resource/Init/CIDFnmap install -m0644 %{SOURCE4} %{buildroot}%{gsdatadir}/Resource/Init/cidfmap # cidfmap.ja mkdir -p %{buildroot}%{_datadir}/%{name}/conf.d install -m644 %{SOURCE5} %{buildroot}%{_datadir}/%{name}/conf.d/ # Documentation install -m0644 doc/COPYING %{buildroot}%{_docdir}/%{name}-%{version} # Don't ship .la files rm -f %{buildroot}%{_libdir}/*.la # Don't ship .a files rm -f %{buildroot}%{_libdir}/*.a # Don't ship ijs example client or server rm -f %{buildroot}%{_bindir}/ijs_{client,server}_example # Don't ship URW fonts; we already have them. #rm -rf %{buildroot}%{gsdatadir}/Resource/Font # cjk examples mkdir -p %{buildroot}%{gsdatadir}/examples/cjk install -m0644 examples/cjk/* %{buildroot}%{gsdatadir}/examples/cjk/ %if %{with versioned_dir} # Don't ship two copies of Resource. Just the versioned one will do. rm -rf %{buildroot}%{_datadir}/ghostscript/Resource %endif mkdir -p %{buildroot}%{gsconfdir} touch %{buildroot}%{gsconfdir}/Fontmap.local touch %{buildroot}%{gsconfdir}/cidfmap.local # vine's historical changelog install -m644 %{SOURCE10} %{buildroot}%{_docdir}/%{name}-%{version} # The man/de/man1 symlinks are broken (bug #66238). find %{buildroot}%{_mandir}/de/man1 -type l | xargs rm -f # Don't ship fixmswrd.pl as it pulls in perl (bug #463948). rm -f %{buildroot}%{_bindir}/fixmswrd.pl # Don't ship CMaps (instead poppler-data paths are in search path). rm -f %{buildroot}%{gsdatadir}/Resource/CMap/* rm -f %{buildroot}%{gsdatadir}/Resource/Init/gs_init.ps.orig rm -f %{buildroot}%{gsdatadir}/Resource/Init/gs_fonts.ps.orig MAIN_PWD=`pwd` (cd %{buildroot}; find .%{gsdatadir}/Resource -type f | \ sed -e 's/\.//;' | grep -v Fontmap | grep -v gs_init.ps > $MAIN_PWD/rpm.sharelist find .%{_bindir}/ | sed -e 's/\.//;' | \ grep -v '/$\|/hpijs$\|/gsx$\|/ijs-config$' \ >> $MAIN_PWD/rpm.sharelist) %clean rm -rf %{buildroot} %post /sbin/ldconfig if [ -d /usr/share/ghostscript/Resource/CMap -a ! -e Adobe-Japan1-0 ]; then cd /usr/share/ghostscript/Resource/CMap find ../../../poppler/cMap/ -type f | while read f;do ln -sf $f ./ done fi %postun -p /sbin/ldconfig %triggerin -- poppler-data if [ -d /usr/share/ghostscript/Resource/CMap ]; then cd /usr/share/ghostscript/Resource/CMap rm -f ./* find ../../../poppler/cMap/ -type f | while read f;do ln -sf $f ./ done fi %files -f rpm.sharelist %defattr(-,root,root) %if %{with versioned_dir} %dir %{_sysconfdir}/ghostscript %dir %{_datadir}/ghostscript %endif %dir %{gsconfdir} %config(noreplace) %{gsconfdir}/* %dir %{gsdatadir} %dir %{gsdatadir}/Resource %dir %{gsdatadir}/Resource/* %dir %{_datadir}/ghostscript/conf.d %config %{gsdatadir}/Resource/Init/gs_init.ps %config %{gsdatadir}/Resource/Init/Fontmap* %config %{_datadir}/ghostscript/conf.d/cidfmap.ja %exclude %{gsdatadir}/Resource/Font/URW* %{gsdatadir}/examples %{gsdatadir}/lib %{gsdatadir}/iccprofiles %{_mandir}/man*/* %lang(de) %{_mandir}/de/man*/* %{_libdir}/libgs.so.* %{_libdir}/libijs-*.so* %dir %{_libdir}/%{name} %{_libdir}/%{name}/* %files doc %defattr(-,root,root) %doc %{_docdir}/%{name}-%{version} %files gtk %defattr(-,root,root) %{_bindir}/gsx %files devel %defattr(-,root,root) %dir %{_includedir}/ghostscript %{_includedir}/ghostscript/*.h %dir %{_includedir}/ijs %{_includedir}/ijs/* %{_libdir}/pkgconfig/ijs.pc %{_libdir}/libijs.so %{_libdir}/libgs.so %changelog * Mon May 04 2020 Tomohiro "Tomo-p" KATO 9.52-1 - new upstream release. - dropped security patches: fixed in upstream. - imported Patch000 from upstream. - updated Patch100. - new scheme of cidfmap. * Thu Nov 28 2019 Tomohiro "Tomo-p" KATO 9.27-3 - added Patch004 to fix CVE-2019-14869. * Sun Sep 08 2019 Tomohiro "Tomo-p" KATO 9.27-2 - added missing fonts. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO 9.27-1 - new upstream release. - dropped all patches. - imported Patch001 and 100 from rawhide. - imported Patch002 and 003 from upstream. - added Patch1000. * Mon May 8 2017 Tomohiro "Tomo-p" KATO 9.20-1 - new upstream release. - dropped all patches. - imported patches from rawhide. * Sun Aug 2 2015 Tomohiro "Tomo-p" KATO 9.15-2 - added patch1000 to fix CVE-2015-3228. * Wed Dec 24 2014 Tomohiro "Tomo-p" KATO 9.15-1 - new upstream release. - imported patches from RawHide. * Thu Sep 20 2012 Satoshi IWAMOTO 8.71-6 - add patch3000 for fix CVE-2012-4405 (icc) - add Vendor/Distri tags - use smp_flag when make * Sat Apr 28 2012 Tomohiro "Tomo-p" KATO 8.71-5 - added Patch2000 (to fix cups-raster driver). * Thu Feb 09 2012 Daisuke SUZUKI 8.71-4 - re-enable cups filter (pstoraster) * Sun Apr 03 2011 Daisuke SUZUKI 8.71-3 - rebuild with krb5-1.8.2 - add BR: krb5-devel - add BR: libpaper-devel * Sat Feb 20 2010 Daisuke SUZUKI 8.71-2 - add Patch20 to fix build of the "gs" executables. (import from debian package) - /usr/bin/gs was built as a shared library not as an executable. * Thu Feb 18 2010 Daisuke SUZUKI 8.71-1 - update to 8.71 - remove BC: libpaper-devel - drop obsolete patches - add --with-system-libtiff * Fri Jan 8 2010 Satoshi IWAMOTO 8.64-4 - add patch12,13 for fix CVE-2009-4270 (debugging output) * Thu Jul 23 2009 Kazutaka HARADA 8.64-3 - drop Provides: hpijs (should be provided by other package) - add BuildConflicts: libpaper-devel * Wed Jun 03 2009 Daisuke SUZUKI 8.64-2 - add %%{_libdir}/cups to %%files instead of /usr/lib/cups * Wed Jun 03 2009 Daisuke SUZUKI 8.64-1 - new upstream release - remove cjkv patch (merged in upstream) - add Patch8: fix bitcmyk driver - add Patch9: fix CVE-2009-0583, CVE-2009-0584 - add Patch10: fix CVE-2009-0792 - add Patch11: fix CVE-2009-0196 * Sun Jan 11 2009 Daisuke SUZUKI 8.63-6 - add Patch200 to use NeverEmbeddedFontList/AlwaysEmbeddedFontList * Tue Jan 06 2009 Daisuke SUZUKI 8.63-5 - add hanamin entry to cidfmap.ja - add patch1000 to fix eplaser driver bug * Fri Oct 31 2008 Daisuke SUZUKI 8.63-4 - add Patch100,101 to fix cjk vertical writing - remove CIDFnmap * Thu Oct 30 2008 Daisuke SUZUKI 8.63-3 - remove libijs.la - fix broken charactor in changelog. * Wed Oct 29 2008 Shu KONNO 8.63-2 - s^/usr/lib/cups/filter^%%{_libdir}/cups/filter^ at %%files * Wed Oct 29 2008 Daisuke SUZUKI 8.63-1 - update to ghostscript-8.63 based on fedora package - add cidfmap.ja - add Obsoletes/Provides: hpijs, hpijs-devel - historical changelogs are in Changelog.gs7.vine * Fri Oct 17 2008 Tim Waugh 8.63-4 - Try out a work-around for bug #465311. * Wed Oct 15 2008 Tim Waugh 8.63-3 - Don't ship fixmswrd.pl as it pulls in perl (bug #463948). * Tue Oct 14 2008 Tim Waugh 8.63-2 - Split out a doc sub-package (bug #466507). * Mon Aug 4 2008 Tim Waugh 8.63-1 - 8.63. No longer need r8591 or incomplete-ccittfax patches. - Compile without strict aliasing opts due to warnings across several files. - Don't run autogen.sh for main package, just for ijs which doesn't ship with a configure script. * Mon Jun 23 2008 Tim Waugh 8.62-4 - Applied patch to work around bug #229174. - Applied patch from upstream to fix box_fill_path for shfill (bug #452348). * Mon Mar 31 2008 Tim Waugh 8.62-3 - Fix pksmraw output (bug #308211). * Tue Mar 4 2008 Tim Waugh 8.62-2 - No longer need CVE-2008-0411 patch. - Don't ship URW fonts; we already have them. * Tue Mar 4 2008 Tim Waugh 8.62-1 - 8.62. No longer need IJS KRGB patch, or patch for gs bug 689577. * Wed Feb 27 2008 Tim Waugh 8.61-10 - Applied patch to fix CVE-2008-0411 (bug #431536). * Fri Feb 22 2008 Tim Waugh 8.61-9 - Build with jasper again (bug #433897). Build requires jasper-devel, and a patch to remove jas_set_error_cb reference. * Wed Feb 13 2008 Tim Waugh 8.61-8 - Rebuild for GCC 4.3. * Mon Jan 28 2008 Tim Waugh 8.61-7 - Don't build with jasper support. - Remove bundled libraries. * Tue Dec 11 2007 Tim Waugh 8.61-6 - Applied upstream patch for bug #416321. * Fri Nov 30 2007 Tim Waugh 8.61-5 - Fixed runlibfileifexists patch. * Fri Nov 30 2007 Tim Waugh 8.61-4 - Revert previous change, but define .runlibfileifexists, not just runlibfileifexists. * Wed Nov 28 2007 Tim Waugh 8.61-3 - No longer need runlibfileifexists. - Use runlibfile in cidfmap. * Wed Nov 28 2007 Tim Waugh 8.61-2 - Add /usr/share/fonts to fontpath (bug #402551). - Restore cidfmap-switching bits, except for FAPIcidfmap which is no longer used. - Add runlibfileifexists to gs_init.ps. - Build with --disable-compile-inits (bug #402501). * Fri Nov 23 2007 Tim Waugh 8.61-1 - 8.61. * Tue Oct 23 2007 Tim Waugh 8.60-5 - Applied patch from upstream to fix CVE-2007-2721 (bug #346511). * Tue Oct 9 2007 Tim Waugh 8.60-4 - Marked localized man pages as %%lang (bug #322321). * Thu Sep 27 2007 Tim Waugh 8.60-3 - Back-ported mkstemp64 patch (bug #308211). * Thu Aug 23 2007 Tim Waugh 8.60-2 - More specific license tag. * Fri Aug 3 2007 Tim Waugh 8.60-1 - 8.60. * Mon Jul 16 2007 Tim Waugh 8.60-0.r8112.2 - Own %%{_libdir}/ghostscript (bug #246026). * Tue Jul 10 2007 Tim Waugh 8.60-0.r8112.1 - 8.60 snapshot from svn. Patches dropped: - big-cmap-post - split-cidfnmap - exactly-enable-cidfnmap - Fontmap.local No longer needed: - gxcht-64bit-crash * Tue Apr 17 2007 Tim Waugh 8.15.4-3 - Apply fonts in CIDFnmap even if the same fontnames are already registered (bug #163231). - New file CIDFmap (bug #233966). - Allow local overrides for FAPIcidfmap, cidfmap and Fontmap (bug #233966). * Tue Apr 3 2007 Tim Waugh 8.15.4-2 - Fixed configuration file locations (bug #233966). * Wed Mar 14 2007 Tim Waugh 8.15.4-1 - 8.15.4. * Thu Jan 25 2007 Tim Waugh 8.15.3-7 - dvipdf script fixes (bug #88906). - Moved libijs.so and libgs.so into devel package (bug #203623). * Wed Jan 24 2007 Tim Waugh 8.15.3-6 - Configure with --with-drivers=ALL since the advertised default is not what gets used (bug #223819). * Thu Jan 18 2007 Tim Waugh 8.15.3-5 - Backported gxcht 64bit crash fix from GPL trunk (bug #177763). * Fri Jan 12 2007 Tim Waugh 8.15.3-4 - Own cjkv directory (bug #221380, bug #222375). * Tue Dec 5 2006 Tim Waugh 8.15.3-3 - Added split-cidfnmap patch (bug #194592). * Thu Nov 16 2006 Tim Waugh 8.15.3-2 - 8.15.3. No longer need gtk2, ps2epsi, badc, pagesize, use-external-freetype, split-font-configuration or cjkv patches. - Renumbered patches. * Tue Oct 3 2006 Tim Waugh 8.15.2-9 - Apply CJKV patch from svn164:165 plus the fix from svn173:174 (bug #194592, bug #203712, possibly bug #167596). * Wed Jul 12 2006 Jesse Keating - 8.15.2-8.1 - rebuild * Fri Jun 23 2006 Tim Waugh 8.15.2-8 - Revert CJKV patch. * Wed Jun 14 2006 Tomas Mraz - 8.15.2-7 - rebuilt with new gnutls * Tue Jun 13 2006 Tim Waugh 8.15.2-6 - Undo svn sync. - Apply CJKV patch from svn164:165. * Fri Jun 9 2006 Tim Waugh 8.15.2-5 - Sync to svn165. * Fri May 26 2006 Tim Waugh 8.15.2-4 - Fix ijs-config not to have multilib conflicts (bug #192672) * Tue May 2 2006 Tim Waugh 8.15.2-3 - Remove adobe-cmaps and acro5-cmaps, since latest CMaps are already included (bug #190463). * Tue Apr 25 2006 Tim Waugh 8.15.2-2 - 8.15.2. - No longer need build, krgb, pdfwrite, str1570 patches. * Mon Apr 24 2006 Tim Waugh 8.15.1-10 - Fix emacs interaction (bug #189321, STR #1570). * Mon Apr 10 2006 Tim Waugh 8.15.1-9 - Add %%{_datadir}/fonts/japanese to font path (bug #188448). - Spec file cleanups (bug #188066). * Sat Apr 8 2006 Tim Waugh - Build requires libtool (bug #188341). * Thu Apr 6 2006 Tim Waugh 8.15.1-8 - Fix pdfwrite (bug #187834). - CUPS filters go in /usr/lib/cups/filter even on lib64 platforms. * Thu Mar 2 2006 Tim Waugh 8.15.1-7 - BuildRequires: gnutls-devel - Updated KRGB patch for gdevijs. * Tue Feb 28 2006 Karsten Hopp 8.15.1-6 - BuildRequires: libXt-devel * Fri Feb 10 2006 Jesse Keating - 8.15.1-5.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 8.15.1-5.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Mon Jan 30 2006 Tim Waugh 8.15.1-5 - Updated adobe-cmaps to 200406 (bug #173613). * Fri Jan 27 2006 Tim Waugh 8.15.1-4 - Support reading a big cmap/post table from a TrueType font. * Fri Dec 09 2005 Jesse Keating - rebuilt * Wed Nov 9 2005 Tomas Mraz 8.15.1-3 - Build does not explicitly require xorg-x11-devel. * Wed Nov 9 2005 Tomas Mraz 8.15.1-2 - rebuilt with new openssl * Mon Sep 26 2005 Tim Waugh 8.15.1-1 - Some directories should be "8.15" not "8.15.1" (bug #169198). * Thu Sep 22 2005 Tim Waugh 8.15.1-0.1 - 8.15.1. - No longer need overflow patch. * Tue Aug 16 2005 Tim Waugh 8.15-0.rc4.3 - Rebuilt for new cairo. * Mon Aug 15 2005 Tim Waugh 8.15-0.rc4.2 - Parametrize freetype, and disable it (bug #165962). * Fri Aug 12 2005 Tim Waugh 8.15-0.rc4.1 - 8.15rc4. - Fixed lips4v driver (bug #165713). * Tue Aug 9 2005 Tim Waugh 8.15-0.rc3.7 - Install adobe/acro5 CMaps (bug #165428). * Mon Jul 18 2005 Tim Waugh 8.15-0.rc3.6 - Fixed split font configuration patch (bug #161187). * Wed Jul 13 2005 Tim Waugh 8.15-0.rc3.5 - Split font configuration (bug #161187). - Reverted this change: - Build requires xorg-x11-devel, not XFree86-devel. * Tue Jul 12 2005 Tim Waugh 8.15-0.rc3.4 - Add Japanese fonts to FAPIcidfmap (bug #161187). - Moved Resource directory. - Added use-external-freetype patch (bug #161187). * Mon Jul 11 2005 Tim Waugh - Build requires libtiff-devel (bug #162826). * Thu Jun 9 2005 Tim Waugh 8.15-0.rc3.3 - Build requires xorg-x11-devel, not XFree86-devel. - Include ierrors.h in the devel package. * Wed Jun 8 2005 Tim Waugh 8.15-0.rc3.2 - Drop 'Provides: libijs.so' because it is incorrect. - Build igcref.c with -O0 to work around bug #150771. - Renumber patches. * Fri Jun 3 2005 Tim Waugh 8.15-0.rc3.1 - Switch to ESP Ghostscript. - 8.15rc3. - Lots of patches dropped. Perhaps some will need to be re-added. * Thu Mar 10 2005 Tim Waugh 7.07-40 - Build igcref.c with -O0 to work around bug #150771. * Tue Mar 1 2005 Tim Waugh 7.07-39 - Rebuilt for new GCC. * Mon Feb 21 2005 Tim Waugh 7.07-38 - Fixes inspired by GCC 4. * Tue Jan 18 2005 Tim Waugh - Correct permissions for %%{_datadir}/ghostscript/Resource (bug #145420). * Fri Dec 10 2004 Tim Waugh 7.07-37 - Fixed missing return statement (bug #136757). * Thu Dec 9 2004 Tim Waugh 7.07-36 - Remove VFlib2 bits (bug #120498). * Fri Dec 3 2004 Tim Waugh 7.07-35 - Added /etc/ghostscript to search path and to file manifest (bug #98974). * Sat Nov 20 2004 Miloslav Trmac - 7.07-34 - Convert man pages to UTF-8 * Wed Oct 20 2004 Tim Waugh 7.07-33 - Fix for bug #136322 (temporary files). * Tue Sep 28 2004 Tim Waugh 7.07-32 - Turn off fontconfig until it's fixed (bug #133353). * Wed Aug 18 2004 Tim Waugh 7.07-31 - Only ship gsx in the gtk subpackage. * Fri Aug 6 2004 Tim Waugh - Run /sbin/ldconfig in %%post/%%postun. - Stricter requirements for the main package in the subpackages. * Tue Jul 20 2004 Tim Waugh 7.07-30 - Updated eplaser driver to add alc4000 (bug #128007). * Fri Jun 25 2004 Tim Waugh 7.07-29 - Prevent pdf2ps generating "null setpagesize" (bug #126446). * Thu Jun 24 2004 Tim Waugh 7.07-28 - Fix Omni patch assumption about /usr/lib which breaks for multilib architectures. * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Jun 1 2004 Tim Waugh 7.07-26 - Removed another debug message from the fontconfig patch. * Tue Mar 9 2004 Tim Waugh 7.07-25 - Added bjc250gs driver (bug #117860). * Thu Mar 4 2004 Tim Waugh 7.07-24 - Fix compilation with GCC 3.4. * Tue Mar 02 2004 Elliot Lee - rebuilt * Wed Feb 18 2004 Tim Waugh 7.07-23 - Build against gtk2/glib2 (bug #115619). Patch from W. Michael Petullo. * Fri Feb 13 2004 Elliot Lee 7.07-22 - rebuilt * Thu Feb 12 2004 Tim Waugh 7.07-21 - Leave gdevpdfm.c seemingly-mistaken bitwise ops alone (bug #115396). * Thu Feb 5 2004 Tim Waugh 7.07-20 - Fix compilation with GCC 3.4. * Wed Jan 28 2004 Tim Waugh 7.07-19 - Attempt to fix gdevcups crash (bug #114256). - Make gs dynamically link to libgs (bug #114276). - Fix gdevesmv.c's misuse of const (bug #114250). * Tue Jan 20 2004 Tim Waugh 7.07-18 - Turn on libgs again (bug #88175). * Mon Jan 19 2004 Tim Waugh 7.07-17 - Removed stp driver. Use the IJS version (ijsgimpprint) instead. - No longer conflicts with foomatic for hpijs versioning. * Mon Jan 12 2004 Tim Waugh 7.07-16 - Split hpijs out into separate source package. * Thu Jan 8 2004 Tim Waugh - Fix several mistakenly-used bitwise operations. * Tue Jan 6 2004 Tim Waugh 7.07-15 - Build for Fedora Core 1 printer drivers update. - Conflicts with foomatic before hpijs 1.5 data. - Make fontconfig optional. * Sat Dec 13 2003 Tim Waugh 7.07-14 - Disable unnecessary debug messages from fontconfig support. * Fri Dec 5 2003 Tim Waugh 7.07-13 - Add fontconfig support (bug #111412). * Thu Nov 27 2003 Tim Waugh - Build requires libjpeg-devel (bug #110737). * Tue Nov 11 2003 Tim Waugh 7.07-12 - Updated hpijs to 1.5 (bug #109714). * Mon Nov 10 2003 Tim Waugh - Updated lxm3200 patch (bug #109625). * Tue Sep 30 2003 Tim Waugh 7.07-11 - Updated gdevcups.c from CUPS 1.1.19. - Apply NOMEDIAATTRS patch from CUPS 1.1.19 (bug #105401). * Thu Aug 28 2003 Tim Waugh - Fix lips4v driver (bug #92337). * Wed Aug 20 2003 Tim Waugh 7.07-10 - Fix compilation problems in hpijs. * Mon Aug 4 2003 Tim Waugh 7.07-9 - Further fix from bug #100685. * Thu Jul 31 2003 Tim Waugh 7.07-8 - Further fix from bug #100685. * Tue Jul 29 2003 Tim Waugh 7.07-7 - Further fix from bug #100685. * Fri Jul 25 2003 Tim Waugh 7.07-6 - Further fix from bug #100557. * Thu Jul 24 2003 Tim Waugh 7.07-5 - Further fix from bug #100557. - Fix bug #100685. * Wed Jul 23 2003 Tim Waugh 7.07-4 - Fix bug #100557. * Wed Jun 04 2003 Elliot Lee 7.07-3 - rebuilt * Tue May 27 2003 Tim Waugh - Fix sed usage in ps2epsi (bug #89300). * Tue May 20 2003 Tim Waugh 7.07-2 - HPIJS 1.4 (bug #91219). * Sun May 18 2003 Tim Waugh 7.07-1 - 7.07. - Parametrize build_libgs. - Remove Omni requirement (bug #88177). - Fix ghostscript-gtk obsoletes: line (bug #88175). * Thu Apr 3 2003 Tim Waugh 7.06-1 - 7.06. - Updated config, vflib.fixup patches. - No longer need dx6, jpeg patches. - No longer need to add in missed GNU drivers. - Turn off dj970 driver (hpijs drives that). * Mon Mar 31 2003 Tim Waugh 7.05-34 - Apply fix for CJK font search method when the fonts are not available (bug #83516). - The gb18030 patch no longer applies here. * Thu Mar 27 2003 Tim Waugh 7.05-33 - Add some missing font aliases (bug #73342). - Use the system jpeg library. - Update hpijs to 1.3.1. - Update gdevcups.c from cups-1.1.18. * Mon Feb 24 2003 Elliot Lee 7.05-32 - debuginfo rebuild * Fri Feb 21 2003 Elliot Lee 7.05-31 - Add ghostscript-7.05-oob-66421.patch to fix the segfault behind #66421 * Thu Jan 30 2003 Tim Waugh 7.05-30 - Remove rss patch from hpijs (not needed). * Wed Jan 22 2003 Tim Powers 7.05-29 - rebuilt * Thu Jan 16 2003 Tim Waugh 7.05-28 - Add Korean font aliases to CIDFnmap CJK resource files (bug #81924). * Sat Dec 14 2002 Tim Waugh 7.05-27 - Obsolete ghostscript-gtk (bug #79585). - Omni 121002 patch. * Tue Dec 10 2002 Tim Waugh 7.05-26 - Don't ship the shared object yet (part of bug #79340). - Don't make the gtk package, since that needs the shared object. * Tue Nov 26 2002 Tim Waugh 7.05-25 - Fix level 1 PostScript output (bug #78450). - No need to carry gomni.c, since it comes from the patch. * Mon Nov 11 2002 Tim Waugh 7.05-24 - Omni 071902 patch. * Mon Nov 11 2002 Tim Waugh 7.05-23 - hpijs-1.3, with updated rss patch. - Fix XLIBDIRS. * Fri Oct 25 2002 Tim Waugh 7.05-22 - hpijs-rss 1.2.2. * Mon Oct 14 2002 Tim Waugh 7.05-21 - Set libdir when installing. * Thu Aug 15 2002 Tim Waugh 7.05-20 - Add cups device (bug #69573). * Mon Aug 12 2002 Tim Waugh 7.05-19 - Fix the gb18030 patch (bug #71135, bug #71303). * Sat Aug 10 2002 Elliot Lee 7.05-18 - rebuilt with gcc-3.2 (we hope) * Fri Aug 9 2002 Tim Waugh 7.05-17 - Add CIDnmap for GB18030 font (bug #71135). - Fix URL (bug #70734). * Tue Jul 23 2002 Tim Waugh 7.05-16 - Rebuild in new environment. * Tue Jul 9 2002 Tim Waugh 7.05-15 - Remove the chp2200 driver again, to fix cdj890 (bug #67578). * Fri Jul 5 2002 Tim Waugh 7.05-14 - For CJK font support, use CIDFnmap instead of CIDFont resources (bug #68009). * Wed Jul 3 2002 Tim Waugh 7.05-13 - Build requires unzip and gtk+-devel (bug #67799). * Wed Jun 26 2002 Tim Waugh 7.05-12 - File list tweaking. - More file list tweaking. * Tue Jun 25 2002 Tim Waugh 7.05-10 - Rebuild for bootstrap. * Wed Jun 19 2002 Tim Waugh 7.05-9 - Omni 052902 patch. * Mon Jun 10 2002 Tim Waugh 7.05-8 - Requires recent version of patchutils (bug #65947). - Don't ship broken man page symlinks (bug #66238). * Wed May 29 2002 Tim Waugh 7.05-7 - Put gsx in its own package. * Tue May 28 2002 Tim Waugh 7.05-6 - New gomni.c from IBM to fix an A4 media size problem. - Use new Adobe CMaps (bug #65362). * Sun May 26 2002 Tim Powers 7.05-5 - automated rebuild * Wed May 22 2002 Tim Waugh 7.05-4 - New gomni.c from IBM to fix bug #65269 (again). * Tue May 21 2002 Tim Waugh 7.05-2 - Don't apply bogus parts of vflib patch (bug #65268). - Work around Omni -sPAPERSIZE=a4 problem (bug #65269). * Mon May 20 2002 Tim Waugh 7.05-1 - 7.05. - No longer need mkstemp, vflib.fixup, quoting, or PARANOIDSAFER patches. - Don't apply CJK patches any more (no longer needed). - Updated Source15, Patch0, Patch10, Patch5, Patch24, Patch14, Patch12. - Made gdevdmpr.c compile again. - Move gimp-print to a separate package. - Ship the shared object too (and a .so file that is dlopened). - Update Omni patch. No longer need Omni_path, Omni_quiet, Omni_glib patches. - Require Omni >= 0.6.1. - Add patch to fix gtk+ initial window size. - Add devel package with header files. - Turn on IJS support. - Update hpijs to 1.1. - Don't ship the hpijs binary in the ghostscript package. - Use -fPIC when building ijs. * Wed Apr 3 2002 Tim Waugh 6.52-8 - New CIDFonts (bug #61015). * Wed Apr 3 2002 Tim Waugh 6.52-7 - Fix release numbers of sub packages. - Handle info files, use ldconfig (bug #62574). * Tue Mar 19 2002 Tim Waugh 6.52-6 - Fix config patch so that gs --help displays the right thing. - Don't ship sysvlp.sh. - Fix some shell scripts. - Ship escputil man page (bug #58919). * Mon Feb 11 2002 Tim Waugh 6.52-5 - Add CHP2200 driver (bug #57516). - Fix gimp-print-4.2.0 so that it builds without cups-config. * Sat Feb 2 2002 Bill Nottingham 6.52-4 - do condrestart in %postun, not %post * Fri Feb 1 2002 Bernhard Rosenkraenzer 6.52-3 - Restart service cups after installing gimp-print-cups * Sun Jan 27 2002 Bernhard Rosenkraenzer 6.52-2 - hpijs is finally free - support it. - Add extra package for CUPS support * Mon Jan 21 2002 Bernhard Rosenkraenzer 6.52-1 - Updates: - ghostscript 6.52 - hpdj 2.6 -> pcl3 3.3 - CJK Patchlevel 3, adobe-cmaps 200109 - gimp-print 4.2.0 - Adapt patches - Fix various URLs - Begin cleaning up spec file - Fix bugs #21879 and #50923 * Wed Jan 09 2002 Tim Powers - automated rebuild * Thu Oct 18 2001 Crutcher Dunnavant 6.51-16 - update the Omni driver, and patch it to seek in /usr/lib/Omni/ first - require Omni * Mon Oct 01 2001 Crutcher Dunnavant 6.51-15 - change -dPARANOIDSAFER to punch a hole for OutputFile * Mon Sep 17 2001 Crutcher Dunnavant 6.51-14 - add -dPARANOIDSAFER to let us breathe a little easier in the print spooler. * Thu Sep 13 2001 Crutcher Dunnavant 6.51-13 - apply jakub's fix to ghostscript's jmp_buf problems; #49591 * Wed Sep 5 2001 Crutcher Dunnavant 6.51-12 - fix lprsetup.sh; #50925 * Fri Aug 24 2001 Crutcher Dunnavant 6.51-11 - added Epson's old eplaseren drivers, - pointed out by Till Kamppeter * Tue Aug 21 2001 Paul Howarth 6.51-10 - included Samsung GDI driver for ML-4500 printer support. * Sun Aug 19 2001 Crutcher Dunnavant 6.51-9 - 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++ - link stage to do the dirty. - added glib-devel buildreq and glib req, I don't think we require everything - yet, I could pull in sasl. * Sun Aug 19 2001 David Suffield 6.51-8 - Added gs device hpijs and updated gdevhpij.c to hpijs 0.97 * Wed Aug 15 2001 Crutcher Dunnavant 6.51-7 - pull in ynakai's update to the cjk resources. * Thu Aug 9 2001 Crutcher Dunnavant 6.51-6 - turn dmprt and cdj880 back on. for some reason, they work now. - voodoo, who knows. * Thu Aug 9 2001 Yukihiro Nakai 6.51-5 - Add cjk resources * Wed Aug 1 2001 Crutcher Dunnavant 6.51-4 - applied drepper@redhat.com's patch for #50300 - fixed build deps on zlib-devel and libpng-devel, #49853 - made gs_init.ps a config file; #25096 - O\^/nZ the daTa directorieZ now; #50693 * Tue Jul 24 2001 Crutcher Dunnavant 6.51-3 - wired up the Resource dir and the Font and CIDFont maps. * Mon Jul 23 2001 Crutcher Dunnavant 6.51-2 - luckily, I had a spare chicken. Thanks to some work by Nakai, and one last - desperate search through google, everything /seems/ to be working. I know - that there are going to be problems in the japanese code, and I need to turn - on the cjk font map from adobe, but it /works/ at the moment. * Thu Jun 21 2001 Crutcher Dunnavant - upgraded to 6.51, a major version upgrade - rewrote spec file, threw out some patches - turned on IBM's Omni print drivers interface - turned on HP's hpijs print drivers interface - turned on every driver that looked usable from linux - sacrificed a chicken to integrate the old Japanese drivers - - This didn't work. The japanese patches are turned off, pending review. - - I can do loops with C, but the bugs are in Postscript init files * Wed Apr 11 2001 Crutcher Dunnavant - added P. B. West's lx5000 driver * Tue Feb 27 2001 Crutcher Dunnavant - added xtt-fonts requirement (for VFlib) * Fri Feb 9 2001 Adrian Havill - cmpskit removed as a build prereq * Thu Feb 8 2001 Crutcher Dunnavant - merged in some patches that got away: - * Fri Sep 1 2000 Mitsuo Hamada - add support JIS B size - fix the problem of reconverting GNUPLOT output * Thu Feb 8 2001 Crutcher Dunnavant - switched to japanese for everybody * Thu Feb 8 2001 Crutcher Dunnavant - tweaked time_.h to test for linux, and include the right - header * Wed Feb 7 2001 Crutcher Dunnavnat - added the lxm3200 driver * Mon Dec 11 2000 Crutcher Dunnavant - merged in the (accendental) branch that contained the mktemp - and LD_RUN_PATH bug fixes. * Tue Oct 17 2000 Jeff Johnson - tetex using xdvi with ghostscript patch (#19212). * Tue Sep 12 2000 Michael Stefaniuc - expanded the gcc296 patch to fix a compilation issue with the new stp driver * Mon Sep 11 2000 Michael Stefaniuc - added the stp driver from the gimp-print project. It supports high quality printing especialy with Epson Stylus Photo. * Wed Aug 2 2000 Matt Wilson - rebuilt against new libpng * Wed Aug 2 2000 Bernhard Rosenkraenzer - Fix up the cdj880 patch (Bug #14978) - Fix build with gcc 2.96 * Fri Jul 21 2000 Bill Nottingham - turn off japanese support * Thu Jul 13 2000 Prospector - automatic rebuild * Fri Jul 07 2000 Trond Eivind Glomsrød - fixed the broken inclusion of files in /usr/doc - Build requires freetype-devel * Fri Jun 16 2000 Matt Wilson - build japanese support in main distribution - FHS manpage paths * Sun Mar 26 2000 Chris Ding - enabled bmp16m driver * Thu Mar 23 2000 Matt Wilson - added a boatload of Japanese printers * Thu Mar 16 2000 Matt Wilson - add japanese support, enable_japanese macro * Mon Feb 14 2000 Bernhard Rosenkraenzer - 5.50 at last... - hpdj 2.6 - Added 3rd party drivers: - Lexmark 5700 (lxm5700m) - Alps MD-* (md2k, md5k) - Lexmark 2050, 3200, 5700 and 7000 (lex2050, lex3200, lex5700, lex7000) * Fri Feb 4 2000 Bernhard Rosenkraenzer - rebuild to compress man page - fix gs.1 symlink * Wed Jan 26 2000 Bill Nottingham - add stylus 740 uniprint files * Thu Jan 13 2000 Preston Brown - add lq850 dot matrix driver (#6357) * Thu Oct 28 1999 Bill Nottingham - oops, include oki182 driver. * Tue Aug 24 1999 Bill Nottingham - don't optimize on Alpha. This way it works. * Thu Jul 29 1999 Michael K. Johnson - added hpdj driver - changed build to use tar_cat so adding new drivers is sane * Thu Jul 1 1999 Bill Nottingham - add OkiPage 4w+, HP 8xx drivers * Mon Apr 5 1999 Bill Nottingham - fix typo in config patch. * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 6) * Mon Mar 15 1999 Cristian Gafton - added patch from rth to fix alignement problems on the alpha. * Wed Feb 24 1999 Preston Brown - Injected new description and group. * Mon Feb 08 1999 Bill Nottingham - add uniprint .upp files * Sat Feb 06 1999 Preston Brown - fontpath update. * Wed Dec 23 1998 Preston Brown - updates for ghostscript 5.10 * Fri Nov 13 1998 Preston Brown - updated to use shared urw-fonts package. * Mon Nov 09 1998 Preston Brown - turned on truetype (ttf) font support. * Thu Jul 2 1998 Jeff Johnson - updated to 4.03. * Tue May 05 1998 Cristian Gafton - enabled more printer drivers - buildroot * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Mon Mar 03 1997 Erik Troan - Made /usr/share/ghostscript/3.33/Fontmap a config file.