From 4a468bb401b3a78c7fff186592eaf77f54c39c5c 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:06:30 +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 c60858b..96600f2 100644 --- a/gsm.spec +++ b/gsm.spec @@ -1,6 +1,6 @@ Name: gsm Version: 1.0.18 -Release: 6 +Release: 7 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-pl18 -p1 @@ -75,6 +72,9 @@ make addtst %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 yangzhuolin - 1.0.18-7 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Fri Apr 14 2023 jammyjellyfish - 1.0.18-6 - Support specify CC -- Gitee