From cce5971edcdd2d8b59fab849c8ee3849a81d94a0 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 09:31:40 +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 --- elinks.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/elinks.spec b/elinks.spec index db905c4..7a4ac9b 100644 --- a/elinks.spec +++ b/elinks.spec @@ -1,6 +1,6 @@ Name: elinks Version: 0.12 -Release: 1 +Release: 2 Summary: A text-mode Web browser License: GPLv2 URL: http://elinks.or.cz @@ -38,11 +38,8 @@ ELinks is a free text-based console web browser, Elinks does not display any images,but it does support frames, tables and most other HTML tags. -%package help -Summary: Introduce how to use elinks +%package_help -%description help -Introduce how to use elinks %prep %autosetup -p1 -n %{name}-%{version}pre6 @@ -110,5 +107,8 @@ exit 0 %{_mandir}/man5/* %changelog +* Tue Aug 20 2024 Haofeng Liu 0.12-2 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Nov 13 2019 yangjian - 0.12-1 - Package init -- Gitee