From 6e7a5f519825e462e87366cd0cdcf4e26979de58 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 19 Jul 2022 18:22:51 -0600 Subject: [PATCH] Update mingw*_pkg_name macros in EL9 --- uriparser.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uriparser.spec b/uriparser.spec index 4ef9198..704428b 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,3 +1,9 @@ +#EL9.0 compat, should be fixed in 9.1 +%if 0%{?el9} +%global mingw32_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw32-/') +%global mingw64_pkg_name %(echo %{name} | sed -E 's/^(mingw-|)/mingw64-/') +%endif + Name: uriparser Version: 0.9.6 Release: 5%{?dist}