From 8e1c614fe747fd90818f1680da52d07599e4aa51 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 23:52:02 +0800 Subject: [PATCH] Replaces declaration of help subpackage with the 'package_help' marco --- gv.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gv.spec b/gv.spec index b2780f2..656899a 100644 --- a/gv.spec +++ b/gv.spec @@ -2,7 +2,7 @@ Name: gv Version: 3.7.4 -Release: 20 +Release: 21 Summary: gv is a Ghostscript PostScript interpreter by providing a graphical user interface License: GPLv3+ @@ -26,11 +26,7 @@ Patch4: gv-bug1071238.patch GNU gv allows to view and navigate through PostScript and PDF documents on an X display by providing a graphical user interface for the Ghostscript interpreter. -%package help -Summary: Documentation for gv - -%description help -This package contains help documentation for gv +%package_help %prep @@ -111,6 +107,9 @@ fi %changelog +* Tue Aug 20 2024 yangzhuolin - 3.7.4-21 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Tue Dec 15 2020 zhanzhimin - 3.7.4-20 - update source0 -- Gitee