From 11399bdaddb53814bb5b03a0c22b8b2dea4a9903 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 25 Mar 2021 16:29:52 +0800 Subject: [PATCH] add debuginfo package and make ELF files stripped and remove redundant ABI compatibility library --- libevent.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libevent.spec b/libevent.spec index 5d20e87..da331be 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,15 +1,13 @@ -%global debug_package %{nil} - Name: libevent Version: 2.1.12 -Release: 2 +Release: 3 Summary: An event notification library License: BSD URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz -BuildRequires: gcc doxygen openssl-devel libevent +BuildRequires: gcc doxygen openssl-devel Patch0: libevent-nonettests.patch Patch1: http-add-callback-to-allow-server-to-decline-and-the.patch @@ -36,13 +34,8 @@ with %{name}. %install %make_install -cp -a %{_libdir}/libevent* %{buildroot}%{_libdir} rm -f %{buildroot}%{_libdir}/*.la -pushd %{buildroot}%{_libdir} -strip libevent*.so* -popd - %check make check @@ -75,6 +68,13 @@ make check %changelog +* Mon Mar 29 2021 panxiaohe - 2.1.12-3 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add debuginfo package and make ELF files stripped + remove redundant ABI compatibility library + * Sat Mar 20 2021 shenyangyang - 2.1.12-2 - Type:enhancement - ID:NA -- Gitee