public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marek Kasik <mkasik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/poppler] rawhide: Reduce dependencies in ELN
Date: Fri, 12 Jun 2026 15:23:08 GMT	[thread overview]
Message-ID: <178127778899.1.10389369947988499664.rpms-poppler-72ab87ad96e4@fedoraproject.org> (raw)

            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 \
   ..

                 reply	other threads:[~2026-06-12 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178127778899.1.10389369947988499664.rpms-poppler-72ab87ad96e4@fedoraproject.org \
    --to=mkasik@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox