From 9a3bf40d21e8f229b9f1d71de886714c0ce80245 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:16:00 +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 bfef6fc..e485c6f 100644 --- a/enscript.spec +++ b/enscript.spec @@ -1,6 +1,6 @@ Name: enscript Version: 1.6.6 -Release: 19 +Release: 20 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,5 +69,8 @@ done %{_infodir}/enscript* %changelog +* Tue Aug 20 2024 Haofeng Liu 1.6.6-20 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Nov 21 2019 liujing - 1.6.6-19 - Package init -- Gitee