- Explicitly enable scanning.
- Main package requires python-imaging for hp-scan (bug #247210).
This commit is contained in:
parent
c9c89a4a08
commit
ec22141da3
@ -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 <twaugh@redhat.com>
|
||||
- Explicitly enable scanning.
|
||||
- Main package requires python-imaging for hp-scan (bug #247210).
|
||||
|
||||
* Mon Jul 2 2007 Tim Waugh <twaugh@redhat.com>
|
||||
- Updated selinux-policy conflict for bug #246257.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user