Use simplified Summary and description from upstream

epel9
Benjamin A. Beasley 2 months ago
parent 5210b721f4
commit f352b2164c

@ -6,7 +6,7 @@
Name: python-zmq Name: python-zmq
Version: 22.3.0 Version: 22.3.0
Release: %autorelease Release: %autorelease
Summary: Software library for fast, message-based applications Summary: Python bindings for zeromq
# As noted in https://github.com/zeromq/pyzmq/blob/v26.2.0/RELICENSE/README.md: # As noted in https://github.com/zeromq/pyzmq/blob/v26.2.0/RELICENSE/README.md:
# pyzmq starting with 26.0.0 is fully licensed under the 3-clause Modified # pyzmq starting with 26.0.0 is fully licensed under the 3-clause Modified
@ -73,12 +73,8 @@ BuildRequires: python%{python3_pkgversion}-gevent
%endif %endif
%global common_description %{expand: %global common_description %{expand:
The 0MQ lightweight messaging kernel is a library which extends the This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast
standard socket interfaces with features traditionally provided by messaging implementation.}
specialized messaging middle-ware products. 0MQ sockets provide an
abstraction of asynchronous message queues, multiple messaging
patterns, message filtering (subscriptions), seamless access to
multiple transport protocols and more.}
%description %{common_description} %description %{common_description}
@ -90,8 +86,6 @@ License: LGPLv3+
%description -n python%{python3_pkgversion}-zmq %{common_description} %description -n python%{python3_pkgversion}-zmq %{common_description}
This package contains the python bindings.
%package -n python%{python3_pkgversion}-zmq-tests %package -n python%{python3_pkgversion}-zmq-tests
Summary: %{summary}, testsuite Summary: %{summary}, testsuite
@ -101,7 +95,7 @@ Requires: python%{python3_pkgversion}-zmq = %{version}-%{release}
%description -n python%{python3_pkgversion}-zmq-tests %{common_description} %description -n python%{python3_pkgversion}-zmq-tests %{common_description}
This package contains the testsuite for the python bindings. This package contains the test suite for the Python bindings.
%prep %prep

Loading…
Cancel
Save