From 2feabe84e3cfb728d80715e38205b6f99ac2b43e Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Wed, 21 Aug 2024 16:17:53 +0800 Subject: [PATCH] libev.spec --- libev.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libev.spec b/libev.spec index a06023b..618fe60 100644 --- a/libev.spec +++ b/libev.spec @@ -3,7 +3,7 @@ Name: libev Version: 4.33 -Release: 4 +Release: 5 Summary: A high-performance event loop/event model with lots of features License: BSD or GPLv2+ URL: https://github.com/enki/libev @@ -37,11 +37,7 @@ Conflicts: libevent-devel This package contains a development header to make libev compatible with libevent. -%package help -Summary: Help manual for %{name} - -%description help -The %{name}-help package conatins man manual etc +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -77,6 +73,9 @@ rm -rf %{buildroot}%{_libdir}/%{name}.la %{_mandir}/man?/* %changelog +* Wed Aug 21 2024 Lin Zhao - 4.33-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Mar 27 2024 gengqihu - 4.33-4 - Add sw64 architecture -- Gitee