From 150b883b4372e74e584c08044c7e2cc21a9140b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=93=E6=9E=97?= Date: Mon, 19 Aug 2024 17:08:23 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- gutenprint.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gutenprint.spec b/gutenprint.spec index 1d852c1..7701f00 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -2,7 +2,7 @@ Name: gutenprint Version: 5.3.4 -Release: 1 +Release: 2 Summary: A suite of printer drivers License: GPLv2+ and MIT URL: http://gimp-print.sourceforge.net/ @@ -64,13 +64,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}, gtk2-devel %description devel This package includes development files for %{name}. -%package help -Summary: man files for %{name} +%package_help Requires: man -%description help -This package includes man files for %{name}. - %prep %setup -q -n %{name}-%{version} %patch -P 0 -p1 -b .menu @@ -157,6 +153,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Mon Aug 19 2024 yangzhuolin - 5.3.4-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Oct 09 2023 Ge Wang - 5.3.4-1 - Update to version 5.3.4 -- Gitee