Update mingw*_pkg_name macros in EL9

epel9
Orion Poplawski 3 years ago
parent 67b28355e3
commit 6e7a5f5198

@ -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 Name: uriparser
Version: 0.9.6 Version: 0.9.6
Release: 5%{?dist} Release: 5%{?dist}

Loading…
Cancel
Save