public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/poppler] rawhide: Reduce dependencies in ELN
@ 2026-06-12 15:23 Marek Kasik
0 siblings, 0 replies; only message in thread
From: Marek Kasik @ 2026-06-12 15:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/poppler
Branch : rawhide
Commit : 72ab87ad96e4590fec629b828edf452c8339f794
Author : Marek Kasik <mkasik@redhat.com>
Date : 2026-06-12T17:22:49+02:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/poppler/c/72ab87ad96e4590fec629b828edf452c8339f794?branch=rawhide
Log:
Reduce dependencies in ELN
We already have NSS backend so we can disable the GPGME one.
---
diff --git a/poppler.spec b/poppler.spec
index 1d18d85..cf26835 100644
--- a/poppler.spec
+++ b/poppler.spec
@@ -58,7 +58,9 @@ BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(poppler-data)
BuildRequires: pkgconfig(libcurl)
+%if %{undefined rhel} || 0%{?rhel} <= 10
BuildRequires: cmake(Gpgmepp)
+%endif
%if 0%{?qt5}
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
@@ -194,6 +196,9 @@ chmod -x poppler/CairoFontEngine.cc
%if ! 0%{?qt6}
-DENABLE_QT6=OFF \
%endif
+%if 0%{?rhel} > 10
+ -DENABLE_GPGME=OFF \
+%endif
-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
-DENABLE_ZLIB=OFF \
..
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 15:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 15:23 [rpms/poppler] rawhide: Reduce dependencies in ELN Marek Kasik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox