diff --git a/jose.spec b/jose.spec index 01d768e0c263f236ef6933ea3e49eb769fabdfa9..dd6320eb41925fe950baf40b2393e637f0618a5e 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 20 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