From 5e9f03462820cdee857e4791d67c79356c7d5ce2 Mon Sep 17 00:00:00 2001 From: ouyangminxiang Date: Tue, 29 Mar 2022 16:12:38 +0800 Subject: [PATCH] del help package arch distinction --- mpich.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mpich.spec b/mpich.spec index 2889c78..ae661bf 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.2.1 -Release: 13 +Release: 14 License: MIT URL: http://www.mpich.org/ Source0: http://www.mpich.org/static/downloads/%{version}/mpich-%{version}.tar.gz @@ -42,7 +42,7 @@ Contains development headers and libraries for mpich. %package help Summary: Documentations and examples for mpich -BuildArch: noarch +#BuildArch: noarch Requires: mpich-devel = %{version}-%{release} Provides: mpich2-doc = 3.0.1 Provides: mpich-doc = %{version}-%{release} @@ -202,6 +202,9 @@ make check V=1 %{python3_sitearch}/mpich.pth %changelog +* Tue 29 Mar 2022 ouyangminxiang - 3.2.1-14 +- del help package arch distinction + * Mon Aug 02 2021 linjiaxin5 - 3.2.1-13 - Fix failure caused by GCC upgrade to 10 -- Gitee