diff --git a/SDL_sound.spec b/SDL_sound.spec index 5da01707a03979d8917caa28097282588c042ecd..d5edb1831a31925ed92960d2f9c154b7e44ada6d 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