Make mingw subpackages noarch

epel10
Marian Koncek 1 year ago committed by Remi Collet
parent e589b0cc09
commit 64dfbb8576

@ -16,7 +16,7 @@
Name: libsodium Name: libsodium
Version: 1.0.19 Version: 1.0.19
Release: 1%{?dist} Release: 2%{?dist}
Summary: The Sodium crypto library Summary: The Sodium crypto library
License: ISC License: ISC
URL: https://libsodium.org/ URL: https://libsodium.org/
@ -78,6 +78,7 @@ linking applications to use %{name}.
%if %{with mingw} %if %{with mingw}
%package -n mingw32-%{name} %package -n mingw32-%{name}
Summary: MinGW compiled %{name} library for Win32 target Summary: MinGW compiled %{name} library for Win32 target
BuildArch: noarch
%description -n mingw32-%{name} %description -n mingw32-%{name}
This package contains the MinGW compiled library of %{name} This package contains the MinGW compiled library of %{name}
@ -85,6 +86,7 @@ for Win32 target.
%package -n mingw64-%{name} %package -n mingw64-%{name}
Summary: MinGW compiled %{name} library for Win64 target Summary: MinGW compiled %{name} library for Win64 target
BuildArch: noarch
%description -n mingw64-%{name} %description -n mingw64-%{name}
This package contains the MinGW compiled library of %{name} This package contains the MinGW compiled library of %{name}
@ -182,6 +184,9 @@ make -C build_native check
%changelog %changelog
* Wed Nov 08 2023 Marian Koncek <mkoncek@redhat.com> - 1.0.19-2
- Make mingw subpackages noarch
* Wed Sep 13 2023 Remi Collet <remi@remirepo.net> - 1.0.19-1 * Wed Sep 13 2023 Remi Collet <remi@remirepo.net> - 1.0.19-1
- update to 1.0.19 - update to 1.0.19
- soname is 26 - soname is 26

Loading…
Cancel
Save