public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/taglib] f44: Fix build condition --without mingw
@ 2026-06-07 11:21 Nicolas Chauvet
  0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-06-07 11:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/taglib
Branch : f44
Commit : cc459edbcc90f05e8166d3624aa7777d49b6f323
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2026-05-23T18:43:26+00:00
Stats  : +2/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/taglib/c/cc459edbcc90f05e8166d3624aa7777d49b6f323?branch=f44

Log:
Fix build condition --without mingw

---
diff --git a/taglib.spec b/taglib.spec
index cf932dc..6881e89 100644
--- a/taglib.spec
+++ b/taglib.spec
@@ -94,9 +94,8 @@ Provides:       bundled(utf8cpp) = 4.0.9
 
 This is the MinGW version, built for the win64 target.
 
-%endif
-
 %{?mingw_debug_package}
+%endif
 
 %prep
 %autosetup -n taglib-%{version}%{?beta} -p1
@@ -135,9 +134,9 @@ find %{apidocdir} -name '*.md5' | xargs rm -fv
 
 %if %{with mingw}
 %mingw_make_install
-%endif
 
 %{?mingw_debug_install_post}
+%endif
 
 %check
 export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-07 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 11:21 [rpms/taglib] f44: Fix build condition --without mingw Nicolas Chauvet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox