Accepting request 529134 from home:jengelh:branches:server:http
- Update package descriptions and RPM categories. OBS-URL: https://build.opensuse.org/request/show/529134 OBS-URL: https://build.opensuse.org/package/show/server:http/libev?expand=0&rev=27
This commit is contained in:
parent
99eaf93a2d
commit
de75c0572b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 10:14:07 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update package descriptions and RPM categories.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 08:52:41 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
30
libev.spec
30
libev.spec
@ -20,7 +20,7 @@
|
||||
Name: libev
|
||||
Version: 4.24
|
||||
Release: 0
|
||||
Summary: A full-featured and high-performance event loop library
|
||||
Summary: An event loop library
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://software.schmorp.de/pkg/libev.html
|
||||
@ -32,18 +32,18 @@ Patch0: libev-4.15_compiler_warnings.patch
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
A full-featured and high-performance event loop that is loosely modelled after
|
||||
libevent, but without its limitations and bugs. It is used, among others, in
|
||||
the GNU Virtual Private Ethernet and rxvt-unicode packages.
|
||||
An event loop that is loosely modeled after libevent.
|
||||
|
||||
%package -n %{library_name}
|
||||
Summary: A full-featured and high-performance event loop library
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: An event loop library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{library_name}
|
||||
A full-featured and high-performance event loop that is loosely modelled after
|
||||
libevent, but without its limitations and bugs. It is used, among others, in
|
||||
the GNU Virtual Private Ethernet and rxvt-unicode packages.
|
||||
An event loop that is loosely modeled after libevent. Features
|
||||
include child/PID watchers, periodic timers based on wallclock
|
||||
(absolute) time (in addition to timers using relative timeouts), as
|
||||
well as epoll/kqueue/event ports/inotify/eventfd/signalfd support,
|
||||
timer management, time jump detection and correction.
|
||||
|
||||
This package holds the shared libraries of libev.
|
||||
|
||||
@ -53,9 +53,15 @@ Group: Development/Libraries/C and C++
|
||||
Requires: %{library_name} = %{version}
|
||||
|
||||
%description devel
|
||||
A full-featured and high-performance event loop that is loosely modelled after
|
||||
libevent, but without its limitations and bugs. It is used, among others, in
|
||||
the GNU Virtual Private Ethernet and rxvt-unicode packages.
|
||||
An event loop that is loosely modeled after libevent. Features
|
||||
include child/PID watchers, periodic timers based on wallclock
|
||||
(absolute) time (in addition to timers using relative timeouts), as
|
||||
well as epoll/kqueue/event ports/inotify/eventfd/signalfd support,
|
||||
timer management, time jump detection and correction.
|
||||
|
||||
It can be used as a libevent replacement using its emulation API, or
|
||||
directly embedded into programs. An optional Perl interface is
|
||||
available.
|
||||
|
||||
This package holds the development files for libev.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user