Accepting request 530889 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/530889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevent?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2017-10-07 15:47:53 +00:00 committed by Git OBS Bridge
commit 432c2e409f
3 changed files with 15 additions and 19 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libevent-2_1-8

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 2 21:13:04 UTC 2017 - jengelh@inai.de
- Trim description of secondary packages and SRPM.
Rectify RPM group.
-------------------------------------------------------------------
Mon Oct 2 08:24:33 UTC 2017 - dimstar@opensuse.org
- Add baselibs.conf: build libevent-2_1-8-32bit (needed by
libqt5-qtwebengine).
-------------------------------------------------------------------
Mon Feb 20 14:13:21 UTC 2017 - ddiss@suse.com

View File

@ -28,11 +28,12 @@ Version: %{version_base}.%{version_minor}.%{version_release}
Release: 0
Summary: An event notification library
License: BSD-3-Clause
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://libevent.org/
Source0: https://github.com/%{name}/%{name}/releases/download/release-%{version}-%{version_suffix}/%{name}-%{version}-%{version_suffix}.tar.gz
Source1: https://github.com/%{name}/%{name}/releases/download/release-%{version}-%{version_suffix}/%{name}-%{version}-%{version_suffix}.tar.gz.asc
Source2: %{name}.keyring
Source99: baselibs.conf
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
@ -55,15 +56,6 @@ 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.
Currently, libevent supports /dev/poll, kqueue(2), event ports,
POSIX select(2), Windows select(), poll(2), and epoll(4).
Libevent additionally provides a sophisticated framework for buffered
network IO, with support for sockets, filters, rate-limiting, SSL,
zero-copy file transmission, and IOCP. Libevent includes support for
several useful protocols, including DNS, HTTP, and a minimal RPC
framework.
%package -n %{libsoname}
Summary: An event notification library
Group: System/Libraries
@ -102,15 +94,6 @@ 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.
Currently, libevent supports /dev/poll, kqueue(2), event ports,
POSIX select(2), Windows select(), poll(2), and epoll(4).
Libevent additionally provides a sophisticated framework for buffered
network IO, with support for sockets, filters, rate-limiting, SSL,
zero-copy file transmission, and IOCP. Libevent includes support for
several useful protocols, including DNS, HTTP, and a minimal RPC
framework.
This package holds the development files for libevent2.
%prep