public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/taglib] rawhide: Do not ship bundled utf8cpp on RHEL
Date: Mon, 15 Jun 2026 20:12:31 GMT	[thread overview]
Message-ID: <178155435100.1.15290685977601056783.rpms-taglib-63226453f1f6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/taglib
            Branch : rawhide
            Commit : 63226453f1f6a7eb9e6e38ec5930f541fb033e29
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-15T16:11:56-04:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/taglib/c/63226453f1f6a7eb9e6e38ec5930f541fb033e29?branch=rawhide

            Log:
            Do not ship bundled utf8cpp on RHEL

[skip changelog]

---
diff --git a/taglib.spec b/taglib.spec
index 6881e89..a6896e8 100644
--- a/taglib.spec
+++ b/taglib.spec
@@ -125,6 +125,11 @@ This is the MinGW version, built for the win64 target.
 %install
 %cmake_install
 
+%if %{undefined fedora}
+# do not ship bundled utf8cpp
+find %{buildroot}%{_includedir}/utf8cpp %{buildroot}%{_datadir}/utf8cpp -delete
+%endif
+
 %if %{with doc}
 rm -fr %{apidocdir} ; mkdir %{apidocdir}
 cp -a %{_vpath_builddir}/doc/html/ %{apidocdir}/

                 reply	other threads:[~2026-06-15 20:12 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=178155435100.1.15290685977601056783.rpms-taglib-63226453f1f6@fedoraproject.org \
    --to=yselkowi@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