rpms/hplip/devel hplip.spec,1.136,1.137

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Fri Jul 6 10:47:52 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15461

Modified Files:
	hplip.spec 
Log Message:
* Fri Jul  6 2007 Tim Waugh <twaugh at redhat.com>
- Explicitly enable scanning.
- Main package requires python-imaging for hp-scan (bug #247210).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- hplip.spec	2 Jul 2007 09:05:14 -0000	1.136
+++ hplip.spec	6 Jul 2007 10:47:17 -0000	1.137
@@ -32,6 +32,8 @@
 %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 @@
 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 @@
 exit 0
 
 %changelog
+* Fri Jul  6 2007 Tim Waugh <twaugh at redhat.com>
+- Explicitly enable scanning.
+- Main package requires python-imaging for hp-scan (bug #247210).
+
 * Mon Jul  2 2007 Tim Waugh <twaugh at redhat.com>
 - Updated selinux-policy conflict for bug #246257.
 




More information about the scm-commits mailing list