rebuilt with debug package [release 2.1.12-2mamba;Sat Jul 09 2022]
This commit is contained in:
parent
dd44b054be
commit
bcc7948e50
@ -2,20 +2,19 @@
|
||||
|
||||
Name: libevent
|
||||
Version: 2.1.12
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An event notification library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
%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.
|
||||
@ -29,14 +28,15 @@ Requires: %{name} = %{version}
|
||||
%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.
|
||||
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
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -84,6 +84,9 @@ This package contains static libraries and header files need for development.
|
||||
%{_libdir}/pkgconfig/libevent_*.pc
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user