public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/taglib] rawhide: Do not ship bundled utf8cpp on RHEL
@ 2026-06-15 20:12 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-15 20:12 UTC (permalink / raw)
To: git-commits
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}/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 20:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 20:12 [rpms/taglib] rawhide: Do not ship bundled utf8cpp on RHEL Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox