diff --git a/mecab.spec b/mecab.spec index 93b3d696917b43afe60f3aa2a0e3001b9fff7b9f..fd08cbef2c32413d8a7b5c6f478ce43d19cfd4f7 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