diff --git a/elinks.spec b/elinks.spec index db905c4c906723c7f690b5d21397cb5e3f5136cf..7a4ac9b8d253d78212c184d900611086b06920c5 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