From 7e6b1de183fad081443152d3f7b4ad76cfb4527c Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 10:53:07 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- mikmod.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mikmod.spec b/mikmod.spec index 87b8997..dec6993 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 -- Gitee