From bae055a5a74ed13d09b2bd1c806fb7d1da91130e Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 19 Jan 2007 18:13:28 +0000 Subject: [PATCH] - Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel, not gtk+-devel. --- gutenprint.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gutenprint.spec b/gutenprint.spec index 9a34479..c0a2cbf 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -4,7 +4,7 @@ Name: gutenprint Summary: Printer Drivers Package Version: 5.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Group: System Environment/Base URL: http://gimp-print.sourceforge.net/ Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2 @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10 BuildRequires: gettext-devel,cups-devel,pkgconfig,gimp-devel BuildRequires: libtiff-devel,libjpeg-devel,libpng-devel -BuildRequires: foomatic,gtk+-devel +BuildRequires: foomatic,gtk2-devel %if %{build_with_ijs_support} BuildRequires: ghostscript-devel %endif @@ -233,6 +233,7 @@ Epson, HP and compatible printers.. %build %configure --disable-static --disable-dependency-tracking \ --with-foomatic --with-ghostscript \ + --disable-libgutenprintui --without-gimp \ --with-user-guide --with-samples \ --with-escputil --with-test --disable-rpath @@ -397,6 +398,10 @@ exit 0 /bin/rm -f /var/cache/foomatic/* %changelog +* Fri Jan 19 2007 Tim Waugh 5.0.0-4 +- Disable libgutenprintui (GTK+ 1.2 library). Build requires gtk2-devel, + not gtk+-devel. + * Tue Jan 16 2007 Tim Waugh 5.0.0-3 - More obsoletes/provides fixing (bug #222546).