From ec22141da32cb3e522e0da46ab144cb52f9bb4fb Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 6 Jul 2007 10:47:17 +0000 Subject: [PATCH] - Explicitly enable scanning. - Main package requires python-imaging for hp-scan (bug #247210). --- hplip.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 484c99b..3cdf1d4 100644 --- a/hplip.spec +++ b/hplip.spec @@ -32,6 +32,8 @@ Requires(preun): /sbin/chkconfig %define hpijs_epoch 1 Requires: hpijs = %{hpijs_epoch}:%{version}-%{release} +Requires: python-imaging + BuildRequires: net-snmp-devel BuildRequires: cups-devel BuildRequires: python-devel @@ -111,7 +113,8 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} autoconf # for patch4 %build -%configure --disable-foomatic-xml-install --disable-cups-install +%configure --disable-foomatic-xml-install --disable-cups-install \ + --enable-scan-build --enable-gui-build --enable-fax-build make hpppddir=%{_datadir}/foomatic/db/source/PPD/HP %install @@ -258,6 +261,10 @@ fi exit 0 %changelog +* Fri Jul 6 2007 Tim Waugh +- Explicitly enable scanning. +- Main package requires python-imaging for hp-scan (bug #247210). + * Mon Jul 2 2007 Tim Waugh - Updated selinux-policy conflict for bug #246257.