From 35f6c04e6a67c2e12fbeac5c05338a791ceb7191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B2=82=E8=85=BE?= Date: Mon, 19 Aug 2024 13:32:19 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- unzip.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/unzip.spec b/unzip.spec index 511f100..ada8660 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 -- Gitee