From 7a15ed9f03ec1b3564059d1d9c115f154548169c 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:12:16 +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 2cc191a..8963301 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 53 +Release: 54 Summary: A utility for unpacking zip files License: Info-ZIP and 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-54 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Jun 12 2024 yinyongkang - 6.0-53 - license info rectification -- Gitee