From c3ebdf650c1aa5fc615db434e0513d9d9351b94b Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 13:44:16 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro --- mtools.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/mtools.spec b/mtools.spec index 184d3ee..cd3b5bc 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,6 +1,6 @@ Name: mtools Version: 4.0.43 -Release: 1 +Release: 2 Summary: Collection of utilities to access MS-DOS disks License: GPLv3+ URL: http://www.gnu.org/software/mtools/ @@ -20,12 +20,7 @@ labels, FAT-specific file attributes (hidden, system, ...), "bad block" map maintenance, access to remote floppy drives, Iomega ZIP disk protection, "secure" erase, display of file's on-disk layout, etc -%package help -Summary: Including man files for mtools -Requires: man - -%description help -This contains man files for the using of mtools. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -55,6 +50,9 @@ ln -s mtools.5.gz %{buildroot}%{_mandir}/man5/mtools.conf.5.gz %{_infodir}/mtools.info* %changelog +* Tue Aug 20 2024 Wei Zhang - 4.0.43-2 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Mar 22 2023 Hongtao Zhang - 4.0.43-1 - update mtools version to 4.0.43 -- Gitee