From 244cfbf7d110e788403a3c5de71b827849196243 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mon, 11 Jul 2005 12:35:01 +0000 Subject: [PATCH] - Build requires libtiff-devel (bug #162826). --- ghostscript.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghostscript.spec b/ghostscript.spec index 51132a4..274557f 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -26,6 +26,7 @@ BuildRequires: zlib, zlib-devel, libpng, libpng-devel, unzip, gtk2-devel BuildRequires: glib2-devel, xorg-x11-devel # Omni requires libxml BuildRequires: libxml2-devel +BuildRequires: libtiff-devel BuildRequires: cups-devel >= 1.1.13 BuildPreReq: freetype-devel BuildRoot: %{_tmppath}/%{name}-%{gs_ver}-root @@ -216,6 +217,9 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* 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.