From 19d6649699c6861e593afb22272f72e09cf4b194 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 14:49:01 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libuninameslist.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuninameslist.spec b/libuninameslist.spec index b592d00..e9b57bb 100644 --- a/libuninameslist.spec +++ b/libuninameslist.spec @@ -1,6 +1,6 @@ Name: libuninameslist Version: 20230523 -Release: 1 +Release: 2 Summary: Unicode character names and annotations library License: BSD URL: https://github.com/fontforge/libuninameslist @@ -20,6 +20,7 @@ The package is development files contain static libraries and head files for lib %package help Summary: Documentation for libuninameslist package +Buildarch: noarch %description help Documentation for libuninameslist package. @@ -53,6 +54,9 @@ automake --foreign -Wall %changelog +* Tue Aug 20 2024 dongzhenshu - 20230523-2 +- Add 'Buildarch: noarch' to the help subpackage + * Mon Sep 18 2023 xu_ping <707078654@qq.com> - 20230523-1 - Upgrade to version 20230523 -- Gitee