From 97dc9dc1b2edc4079c0e1baec1810a85cbb3d346 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 16 Feb 2023 15:46:47 +0100 Subject: [PATCH] don't use bootstrap for now - koji doesn't seem to see it... --- libppd.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/libppd.spec b/libppd.spec index c90d12d..de1efdc 100644 --- a/libppd.spec +++ b/libppd.spec @@ -2,11 +2,11 @@ # don't build libppd-tools until CUPS 3.x drops them %bcond_with tools -%bcond_without bootstrap +#%%bcond_without bootstrap Name: libppd Version: 2.0b3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for retro-fitting legacy printer drivers # the CUPS exception text is the same as LLVM exception, so using that name with @@ -51,16 +51,14 @@ BuildRequires: pkgconfig(zlib) # pdftops has to be in buildroot due configure check BuildRequires: poppler-utils -%if %{without bootstrap} %if %{without tools} # libppd exports symbols for compiling PPD compilers, which needs charset # definitions and header files during runtime to generate a PPD file - those # are provided by cups right now - once cups drops them, require libppd-tools -Requires: cups +#Requires: cups %else Requires: %{name}-tools%{?_isa} = %{version}-%{release} %endif -%endif # needded for hybrid pdftops filter function - for all legacy printers # except for Brother and Minolta/Konica Minolta, which firmware bugs # doesn't work with pdftops from GS @@ -190,6 +188,9 @@ rm -rf %{buildroot}%{_datadir}/ppdc %endif %changelog +* Thu Feb 16 2023 Zdenek Dohnal - 2.0b3-3 +- don't use bootstrap for now - koji doesn't seem to see it... + * Thu Feb 16 2023 Zdenek Dohnal - 2.0b3-2 - bootstrap cups to prevent conflicts for now