- Build requires autoconf (bug #194682).

This commit is contained in:
Tim Waugh 2006-06-12 15:45:20 +00:00
parent 993e93dfc3
commit 81cf9c9d2a

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 0.9.11
Release: 5
Release: 6
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -29,6 +29,7 @@ BuildRequires: python-devel
BuildRequires: libjpeg-devel
BuildRequires: desktop-file-utils
BuildRequires: libusb-devel
BuildRequires: autoconf
%description
The Hewlett-Packard Linux Imaging and Printing Project provides
@ -172,6 +173,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi
%changelog
* Mon Jun 12 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-6
- Build requires autoconf (bug #194682).
* Fri May 26 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-5
- Include doc files (bug #192790).