From 6f2312eaa526745b144c5ffd0613a46cba8de8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E5=B3=B0?= Date: Tue, 20 Aug 2024 10:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enscript.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/enscript.spec b/enscript.spec index 5550bb1..38189a4 100644 --- a/enscript.spec +++ b/enscript.spec @@ -1,6 +1,6 @@ Name: enscript Version: 1.6.6 -Release: 20 +Release: 21 Summary: A plain ASCII to PostScript converter License: GPLv3+ URL: http://www.gnu.org/software/enscript @@ -24,11 +24,7 @@ RTF, or HTML formats. If no input files are given, enscript processes standard i Enscript can be extended to handle different output media and it has many options which can be used to customize print-outs. -%package help -Summary: Help documents for enscript - -%description help -The enscript-help package conatins manual pages and other related files for enscript. +%package_help %prep %autosetup -p1 @@ -73,6 +69,9 @@ done %{_infodir}/enscript* %changelog +* Tue Aug 20 2024 Haofeng Liu 1.6.6-21 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon Sep 7 2020 baizhonggui - 1.6.6-20 - Modify Source0 -- Gitee