From 49c0734b3383cdd85c07ca07be061ee10cda1a4d Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Wed, 21 Aug 2024 09:57:29 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- dconf.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dconf.spec b/dconf.spec index e76c44f..dd7d74c 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,6 +1,6 @@ Name: dconf Version: 0.34.0 -Release: 5 +Release: 6 Summary: Dconf provides a backend to the GSettings API in Glib License: LGPLv2+ and GPLv2+ and GPLv3+ @@ -24,11 +24,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel Includes header files, static library and other development files for dconf. -%package help -Summary: Document files for dconf +%package_help -%description help -This package contains some readme, man and other related files for dconf. %prep %autosetup -p1 @@ -91,6 +88,9 @@ dconf update %{_mandir}/man7/dconf.7.gz %changelog +* Wed Aug 21 2024 Jiaming Zhang - 0.34.0-6 +- Added 'Buildarch:noarch' to the help subpackage + * Sat Mar 11 2023 zhangpan - 0.34.0-5 - enable test -- Gitee