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

- Compact the descriptions.

OBS-URL: https://build.opensuse.org/request/show/454472
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zeromq?expand=0&rev=55
This commit is contained in:
Marcus Meissner 2017-02-07 12:12:22 +00:00 committed by Git OBS Bridge
parent 09074888e6
commit dd904333ca
2 changed files with 23 additions and 26 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 3 17:06:33 UTC 2017 - jengelh@inai.de
- Compact the descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Dec 31 23:53:21 UTC 2016 - adam.majer@suse.de Sat Dec 31 23:53:21 UTC 2016 - adam.majer@suse.de

View File

@ -54,12 +54,10 @@ BuildRequires: python
%endif # with pgm %endif # with pgm
%description %description
The 0MQ lightweight messaging kernel is a library which extends the The ZeroMQ messaging kernel is a library extending the standard
standard socket interfaces with features traditionally provided by socket interfaces with an abstraction of asynchronous message queues,
specialised messaging middleware products. 0MQ sockets provide an multiple messaging patterns, message filtering (subscriptions) and
abstraction of asynchronous message queues, multiple messaging patterns, seamless access to multiple transport protocols.
message filtering (subscriptions), seamless access to multiple transport
protocols and more.
%package -n %{lib_name} %package -n %{lib_name}
Summary: Shared Library for ZeroMQ Summary: Shared Library for ZeroMQ
@ -67,32 +65,28 @@ Group: Productivity/Networking/Web/Servers
Recommends: %{name}-tools = %{version} Recommends: %{name}-tools = %{version}
%description -n %{lib_name} %description -n %{lib_name}
The 0MQ lightweight messaging kernel is a library which extends the The ZeroMQ messaging kernel is a library extending the standard
standard socket interfaces with features traditionally provided by socket interfaces with an abstraction of asynchronous message queues,
specialised messaging middleware products. 0MQ sockets provide an multiple messaging patterns, message filtering (subscriptions) and
abstraction of asynchronous message queues, multiple messaging patterns, seamless access to multiple transport protocols.
message filtering (subscriptions), seamless access to multiple transport
protocols and more.
This package holds the shared library part of the ZeroMQ package. This package holds the shared library part of the ZeroMQ package.
%package tools %package tools
Summary: Tools to work with ZeroMQ Summary: Tools to work with ZeroMQ
Group: Productivity/Networking/Web/Servers
# Conflict old libraries as we collide with them # Conflict old libraries as we collide with them
Group: Productivity/Networking/Web/Servers
Conflicts: libzmq1 Conflicts: libzmq1
Conflicts: libzmq2 Conflicts: libzmq2
Conflicts: libzmq3 Conflicts: libzmq3
%description tools %description tools
The 0MQ lightweight messaging kernel is a library which extends the The ZeroMQ messaging kernel is a library extending the standard
standard socket interfaces with features traditionally provided by socket interfaces with an abstraction of asynchronous message queues,
specialised messaging middleware products. 0MQ sockets provide an multiple messaging patterns, message filtering (subscriptions) and
abstraction of asynchronous message queues, multiple messaging patterns, seamless access to multiple transport protocols.
message filtering (subscriptions), seamless access to multiple transport
protocols and more.
This package contains the utilities to work with ZeroMQ library This package contains the utilities to work with ZeroMQ library.
%package devel %package devel
Summary: Development files for ZeroMQ Summary: Development files for ZeroMQ
@ -101,12 +95,10 @@ Requires: %{lib_name} = %{version}
Provides: libzmq-devel = %{version} Provides: libzmq-devel = %{version}
%description devel %description devel
The 0MQ lightweight messaging kernel is a library which extends the The ZeroMQ messaging kernel is a library extending the standard
standard socket interfaces with features traditionally provided by socket interfaces with an abstraction of asynchronous message queues,
specialised messaging middleware products. 0MQ sockets provide an multiple messaging patterns, message filtering (subscriptions) and
abstraction of asynchronous message queues, multiple messaging patterns, seamless access to multiple transport protocols.
message filtering (subscriptions), seamless access to multiple transport
protocols and more.
This package holds the development files for ZeroMQ. This package holds the development files for ZeroMQ.