rebuilt with debug package [release 2.1.12-2mamba;Sat Jul 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:12:26 +01:00
parent dd44b054be
commit bcc7948e50

View File

@ -2,20 +2,19 @@
Name: libevent Name: libevent
Version: 2.1.12 Version: 2.1.12
Release: 1mamba Release: 2mamba
Summary: An event notification library Summary: An event notification library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libevent.org URL: https://libevent.org/
Source: https://github.com/libevent/libevent.git/release-%{version}-stable/libevent-%{version}.tar.bz2 Source: https://github.com/libevent/libevent.git/release-%{version}-stable/libevent-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
%description %description
The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.
@ -29,14 +28,15 @@ Requires: %{name} = %{version}
%description devel %description devel
The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.
Furthermore, libevent also support callbacks due to signals or regular timeouts. Libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. Furthermore, libevent also support callbacks due to signals or regular timeouts. Libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q %setup -q
./autogen.sh
%build %build
./autogen.sh
%configure %configure
%make %make
@ -84,6 +84,9 @@ This package contains static libraries and header files need for development.
%{_libdir}/pkgconfig/libevent_*.pc %{_libdir}/pkgconfig/libevent_*.pc
%changelog %changelog
* Sat Jul 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.12-2mamba
- rebuilt with debug package
* Fri Jul 17 2020 Automatic Build System <autodist@mambasoft.it> 2.1.12-1mamba * Fri Jul 17 2020 Automatic Build System <autodist@mambasoft.it> 2.1.12-1mamba
- automatic version update by autodist - automatic version update by autodist