From f24ebb3fc0cd92f5958f6837f9a77ab282b5af4b Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 24 Feb 2022 20:11:11 +0100 Subject: [PATCH] Make mingw subpackages noarch --- geos.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/geos.spec b/geos.spec index b3b2e50..7576366 100644 --- a/geos.spec +++ b/geos.spec @@ -1,6 +1,6 @@ Name: geos Version: 3.10.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GEOS is a C++ port of the Java Topology Suite License: LGPLv2 @@ -45,6 +45,7 @@ use GEOS. %package -n mingw32-%{name} Summary: MinGW Windows GEOS library +BuildArch: noarch %description -n mingw32-%{name} MinGW Windows GEOS library. @@ -52,6 +53,7 @@ MinGW Windows GEOS library. %package -n mingw64-%{name} Summary: MinGW Windows GEOS library +BuildArch: noarch %description -n mingw64-%{name} MinGW Windows GEOS library. @@ -135,6 +137,9 @@ rm -f %{buildroot}%{mingw64_bindir}/geos-config %changelog +* Thu Feb 24 2022 Sandro Mani - 3.10.2-4 +- Make mingw subpackages noarch + * Thu Feb 24 2022 Sandro Mani - 3.10.2-3 - Add mingw subpackages