From f603a39451964f0c71fdddd929d2e0bb9b94a242 Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 20 Aug 2024 13:50:19 +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 f6b5c39..7ab6865 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,6 +1,6 @@ Name: mtools Version: 4.0.35 -Release: 2 +Release: 3 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.35-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon Oct 24 2022 Hongtao Zhang - 4.0.35-2 - rebuild the version to 4.0.35-2 -- Gitee