From 1a7e8a34ce188c77bc02da2ed0872bf5111cc943 Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Mon, 19 Aug 2024 17:47:09 +0800 Subject: [PATCH] libev.spec --- libev.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libev.spec b/libev.spec index e71f27d..f5483ea 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 +* Mon Aug 19 2024 Lin Zhao - 4.33-5 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Nov 14 2022 wuzx - 4.33-4 - Add sw64 architecture -- Gitee