From 552071106804b6832b37a37e43575d3558bf1549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B2=82=E8=85=BE?= Date: Mon, 19 Aug 2024 17:25:50 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- vala.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/vala.spec b/vala.spec index ed8d4b9..031febe 100644 --- a/vala.spec +++ b/vala.spec @@ -5,7 +5,7 @@ Name: vala Version: 0.56.14 -Release: 2 +Release: 3 Summary: Compiler Using the GObject Type System License: LGPLv2+ and BSD URL: https://wiki.gnome.org/Projects/Vala @@ -37,13 +37,9 @@ Obsoletes: vala-devel < 0.43 %description devel Library and and head file for vala compiler. -%package help -Summary: Help documents for vala +%package_help Requires: %{name} = %{version}-%{release} devhelp -%description help -Help documents for vala. - %prep %autosetup -n %{name}-%{version} -p1 @@ -129,6 +125,9 @@ make check %doc %{_datadir}/devhelp/books/vala-%{api_ver} %changelog +* Mon Aug 19 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 0.56.14-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Fri Jul 26 2024 zhangxianting - 0.56.14-2 - fix build error -- Gitee