diff --git a/unzip.spec b/unzip.spec index 511f1004d47dfbb3a4c999fe8a298c270675b6be..ada8660b079cb28d8a1fac4784927b198aa55ab3 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 48 +Release: 49 Summary: A utility for unpacking zip files License: BSD URL: http://www.info-zip.org/UnZip.html @@ -47,11 +47,7 @@ UnZip will list, test, or extract files from a .zip archive, commonly found on M The default behavior (with no options) is to extract all files into the current directory (and subdirectorie below it) from the specified zipfile. -%package help -Summary: Man pages for unzip - -%description help -Package help includes man pages for unzip. +%package_help %prep %autosetup -n %{name}60 -p1 @@ -75,6 +71,9 @@ make check -f unix/Makefile %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 6.0-49 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Feb 16 2023 zhangnan - 6.0-48 - add make check in spec