diff --git a/mikmod.spec b/mikmod.spec index 87b8997312b9745608d465a2af33646382c67419..dec69937ef5bab36605a561f6e612bb507832209 100644 --- a/mikmod.spec +++ b/mikmod.spec @@ -1,7 +1,7 @@ Summary: Console music module player Name: mikmod Version: 3.2.8 -Release: 7 +Release: 8 License: GPLv2 and LGPLv2+ URL: http://mikmod.sourceforge.net/ Source0: http://downloads.sourceforge.net/mikmod/%{name}-%{version}.tar.gz @@ -12,11 +12,7 @@ BuildRequires: ncurses-devel libmikmod-devel gcc Mikmod is a module player and library supporting many formats, including mod, s3m, it, and xm. Originally a player for MS-DOS, MikMod has been ported to other platforms, such as Unix, Macintosh, BeOS, and Java(!!). The player uses ncurses for console output and contorl, Meanwhile it can load and play files of a variety of different archive formats(gzip/pkzip/zoo), -%package help -Summary: Help document for the mikmod package - -%description help -Help document for the mikmod package. +%package_help %prep %autosetup -p1 @@ -38,6 +34,9 @@ Help document for the mikmod package. %{_mandir}/man1/%{name}.1* %changelog +* Tue Aug 20 2024 Wei Zhang - 3.2.8-8 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Jun 09 2021 wulei - 3.2.8-7 - fixes failed: error: no acceptable C compiler found in PATH