From 46004b625903545185ac92841cc0ca445c4544ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Tue, 20 Aug 2024 01:01:29 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco --- gsm.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gsm.spec b/gsm.spec index 636ffaa..277bda4 100644 --- a/gsm.spec +++ b/gsm.spec @@ -1,6 +1,6 @@ Name: gsm Version: 1.0.22 -Release: 1 +Release: 2 Summary: GSM speech compressor Shared libraries and Utilities License: MIT URL: http://www.quut.com/gsm/ @@ -28,10 +28,7 @@ Requires: %{name}%{_isa} = %{version}-%{release} %description devel Contains header files and development libraries for libgsm. -%package help -Summary: Help files for gsm -%description help -Contains documents and manuals files for gsm +%package_help %prep %autosetup -n %{name}-1.0-pl22 -p1 @@ -75,6 +72,9 @@ make addtst %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 yangzhuolin - 1.0.22-2 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Thu Feb 01 2024 zhouwenpei - 1.0.22-1 - update to 1.0.22 -- Gitee