don't use bootstrap for now - koji doesn't seem to see it...

This commit is contained in:
Zdenek Dohnal 2023-02-16 15:46:47 +01:00
parent a98e862e5b
commit 97dc9dc1b2

View File

@ -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 <zdohnal@redhat.com> - 2.0b3-3
- don't use bootstrap for now - koji doesn't seem to see it...
* Thu Feb 16 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2.0b3-2
- bootstrap cups to prevent conflicts for now