From 7f9c00bfc32e188b5fc825ddf109534984b8da5f Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 18:56:57 +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 f0c9cc9..ab1822e 100644 --- a/libuninameslist.spec +++ b/libuninameslist.spec @@ -1,6 +1,6 @@ Name: libuninameslist Version: 20180701 -Release: 3 +Release: 4 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 - 20180701-4 +- Add 'Buildarch: noarch' to the help subpackage + * Thu Dec 12 2019 zhujunhao - 20180701-3 - Package init -- Gitee