From 9d4393402b15c45755b7e90ea4e781e8ae75aeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 12:42:14 +0800 Subject: [PATCH 1/2] Replaces declaration of help subpackage with the 'package_help' marco. --- jose.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jose.spec b/jose.spec index 01d768e..372eafc 100644 --- a/jose.spec +++ b/jose.spec @@ -1,6 +1,6 @@ Name: jose Version: 11 -Release: 2 +Release: 3 Summary: José is a command line utility for performing various tasks on JSON objects License: ASL 2.0 URL: https://github.com/latchset/%{name} @@ -37,12 +37,10 @@ Obsoletes: lib%{name}-devel The package contains lib and header files for developing application that use %{name} -%package help -Summary: Documents files for %{name} +%package_help + Requires: man, info -%description help -Man pages and other related documents for %{name} %prep %autosetup -n %{name}-%{version} -p1 @@ -82,6 +80,8 @@ rm -rf %{buildroot}/%{_libdir}/lib%{name}.la %changelog +* Tue Aug 19 2024 guochaofan - 11-3 +- Replaces declaration of help subpackage with the 'package_help' marco. * Sun Apr 7 2024 licihua - 11-2 - Type:bugfix - ID:NA -- Gitee From 8cea2366e5d3707394c13469ccf5fc3e8c49b8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 12:46:40 +0800 Subject: [PATCH 2/2] Replaces declaration of help subpackage with the 'package_help' marco. --- jose.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jose.spec b/jose.spec index 372eafc..dd6320e 100644 --- a/jose.spec +++ b/jose.spec @@ -80,7 +80,7 @@ rm -rf %{buildroot}/%{_libdir}/lib%{name}.la %changelog -* Tue Aug 19 2024 guochaofan - 11-3 +* Tue Aug 20 2024 guochaofan - 11-3 - Replaces declaration of help subpackage with the 'package_help' marco. * Sun Apr 7 2024 licihua - 11-2 - Type:bugfix -- Gitee