From de891d06548dc3be285d8c2c839c6037d25c94d1 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Mon, 19 Aug 2024 12:37:39 +0800 Subject: [PATCH] Added Buildarch:noarch to the help subpackage --- pstoedit.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pstoedit.spec b/pstoedit.spec index 272a632..037c710 100644 --- a/pstoedit.spec +++ b/pstoedit.spec @@ -1,6 +1,6 @@ Name: pstoedit Version: 4.01 -Release: 1 +Release: 2 Summary: Translates PostScript and PDF graphics into other vector formats License: GPL-2.0-or-later URL: http://www.pstoedit.net/ @@ -24,11 +24,7 @@ Requires: %{name} = %{version}-%{release} The package contains header files and libraries which are needed to build applications using pstoedit. -%package help -Summary: Man info for pstoedit - -%description help -The package contains man information for pstoedit. +%package_help %prep %autosetup -p1 @@ -69,6 +65,9 @@ install -D doc/pstoedit.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %{_mandir}/man1/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 4.01-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jul 31 2024 xu_ping <707078654@qq.com> - 4.01-1 - Upgrade version to 4.01 -- Gitee