From 5f46f01d7a715b349ac25c5d6fb0900ad2132ced Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 14:47:09 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- mecab.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mecab.spec b/mecab.spec index 93b3d69..fd08cbe 100644 --- a/mecab.spec +++ b/mecab.spec @@ -1,6 +1,6 @@ Name: mecab Version: 0.996 -Release: 2 +Release: 3 Summary: Morphological Analyzer and Yet Another Part-of-Speech License: BSD or LGPLv2+ or GPL+ URL: https://sourceforge.net/projects/mecab/ @@ -20,6 +20,7 @@ This package provides header files and libraries of MeCab. %package help Summary: Help docs for use of mecab. +Buildarch: noarch Requires: mecab = %{version}-%{release} %description help This packages provides header files and libraries for the develop of MeCab. @@ -83,5 +84,8 @@ cd - %{_mandir}/man1/mecab.1* %changelog +* Tue Aug 20 2024 Wei Zhang - 0.996-3 +- Added 'Buildarch: noarch' to the help subpackage + * Fri Jun 5 2020 Jeffery.Gao - 0.996-2 - Package init -- Gitee