Accepting request 530571 from home:jengelh:branches:devel:libraries:c_c++

- Trim description of secondary packages and SRPM.
  Rectify RPM group.

OBS-URL: https://build.opensuse.org/request/show/530571
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libevent?expand=0&rev=35
This commit is contained in:
Dirk Mueller 2017-10-03 14:11:48 +00:00 committed by Git OBS Bridge
parent 8be99960fc
commit c93bf6403b
2 changed files with 7 additions and 19 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -28,7 +28,7 @@ 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
@ -56,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
@ -103,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