From 0ed163a03aba03ab223e2b8907a6c9235da8cd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E6=99=AF=E5=8D=9A?= Date: Tue, 20 Aug 2024 09:02:53 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- SDL_sound.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/SDL_sound.spec b/SDL_sound.spec index 5da0170..d5edb18 100644 --- a/SDL_sound.spec +++ b/SDL_sound.spec @@ -1,6 +1,6 @@ Name: SDL_sound Version: 1.0.3 -Release: 23 +Release: 24 Summary: Library handling decoding of several popular sound file formats License: LGPLv2+ URL: http://www.icculus.org/SDL_sound @@ -21,11 +21,7 @@ Requires: %{name} = %{version}-%{release} SDL-devel %description devel This package contains the headers and libraries for SDL_sound development. -%package help -Summary: help for SDL_sound - -%description help -The help package contains manual pages and other related files for SDL_sound. +%package_help %prep %autosetup -p1 @@ -90,5 +86,8 @@ mv man3 $RPM_BUILD_ROOT/%{_mandir} %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 Jingbo Hou - 1.0.3-24 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Nov 21 2019 wangye - 1.0.3-23 - Package init -- Gitee