From beedd05232ed47a86635d2ab7f20c15439dc099f Mon Sep 17 00:00:00 2001 From: zhangjiaming Date: Tue, 20 Aug 2024 15:54:36 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- dconf.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dconf.spec b/dconf.spec index 8b1c0f1..806d059 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,6 +1,6 @@ Name: dconf Version: 0.40.0 -Release: 3 +Release: 4 Summary: Dconf provides a backend to the GSettings API in Glib License: LGPLv2+ and GPLv2+ and GPLv3+ @@ -23,11 +23,7 @@ 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 - -%description help -This package contains some readme, man and other related files for dconf. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -91,6 +87,9 @@ dconf update %{_mandir}/man7/dconf.7.gz %changelog +* Tue Aug 20 2024 Jiaming Zhang -0.40.0-4 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Apr 7 2022 liuyumeng -0.40.0-3 - enable tests,remove redundant files -- Gitee