From b848e8314d669eb70b99fdf3e0781b1e88a5beab Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 5 Feb 2010 16:17:16 +0000 Subject: [PATCH] - Build requires cups for postscriptdriver tags for .drv file. --- hplip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hplip.spec b/hplip.spec index eda0222..2e421e7 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.9.12 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -46,7 +46,7 @@ BuildRequires: sane-backends-devel BuildRequires: dbus-devel # Make sure we get postscriptdriver tags. -BuildRequires: pycups +BuildRequires: pycups, cups %description The Hewlett-Packard Linux Imaging and Printing Project provides @@ -345,6 +345,9 @@ fi /usr/bin/update-desktop-database &>/dev/null ||: %changelog +* Fri Feb 5 2010 Tim Waugh - 3.9.12-6 +- Build requires cups for postscriptdriver tags for .drv file. + * Thu Feb 4 2010 Tim Waugh - 3.9.12-5 - Rebuild for postscriptdriver tags.