diff --git a/mikmod.spec b/mikmod.spec index 8a75d3deeddb73d8ff6c16c32b1eb75bb746fbe6..20e73b39235b6a71866cb9bbddbad870a8e9aea8 100644 --- a/mikmod.spec +++ b/mikmod.spec @@ -1,7 +1,7 @@ Summary: Console music module player Name: mikmod Version: 3.2.8 -Release: 6 +Release: 7 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 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,5 +34,8 @@ Help document for the mikmod package. %{_mandir}/man1/%{name}.1* %changelog +* Tue Aug 20 2024 Wei Zhang - 3.2.8-7 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Nov 14 2019 Wanjiankang - Package init.