From 2d11e28a1c44950a41a487992b28ed299f36b2d6 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Mon, 19 Aug 2024 17:23:26 +0800 Subject: [PATCH] libedit.spec --- libedit.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libedit.spec b/libedit.spec index 15ba942..6e5baea 100644 --- a/libedit.spec +++ b/libedit.spec @@ -2,7 +2,7 @@ Name: libedit Version: 3.1 -Release: 29 +Release: 30 Summary: The NetBSD Editline library License: BSD URL: http://www.thrysoee.dk/editline/ @@ -23,11 +23,7 @@ Requires: ncurses-devel%{?_isa} %description devel libedit's development files -%package help -Summary: Help information for user - -%description help -Help information for user +%package_help %prep %autosetup -n %{name}-%{_date}-%{version} @@ -69,6 +65,9 @@ sed -i "s/ -lncurses//" libedit.pc %exclude %{_mandir}/man3/history.3* %changelog +* Mon Aug 19 2024 Lin Zhao - 3.1-30 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Oct 25 2022 yanglongkang - 3.1-29 - Type: bugfix - ID: NA -- Gitee