From 53adadda8c3e401029c8f8419a0fb29bd6944d8a 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:23:38 +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 1513000..ce37eb2 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 52 +Release: 53 Summary: A utility for unpacking zip files License: Info-ZIP,Public Domain URL: http://www.info-zip.org/UnZip.html @@ -48,11 +48,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 @@ -82,6 +78,9 @@ make check -f unix/Makefile %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 zhangyiteng zhangyiteng@cqsoftware.com.cn> - 6.0-53 +- Replaced declaration of help subpackage with the 'package_help' macro + * Sun Apr 7 2024 licheng - 6.0-52 - add support for clang -- Gitee