Simplified Summary and description from upstream

epel8
Benjamin A. Beasley 2 months ago
parent 12f8f26f22
commit 1955652c8e

@ -1,17 +1,9 @@
%global common_description %{expand:
The 0MQ lightweight messaging kernel is a library which extends the
standard socket interfaces with features traditionally provided by
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.}
%global run_tests 0 %global run_tests 0
Name: python-zmq Name: python-zmq
Version: 19.0.0 Version: 19.0.0
Release: %autorelease Release: %autorelease
Summary: Software library for fast, message-based applications Summary: Python bindings for zeromq
License: LGPLv3+ and ASL 2.0 and BSD License: LGPLv3+ and ASL 2.0 and BSD
URL: https://zeromq.org/languages/python/ URL: https://zeromq.org/languages/python/
@ -35,6 +27,9 @@ BuildRequires: python%{python3_pkgversion}-pytest
BuildRequires: python%{python3_pkgversion}-tornado BuildRequires: python%{python3_pkgversion}-tornado
%endif %endif
%global common_description %{expand:
This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast
messaging implementation.}
%description %{common_description} %description %{common_description}
@ -48,8 +43,6 @@ Provides: python%{python3_pkgversion}-pyzmq = %{version}-%{release}
%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
@ -61,7 +54,7 @@ Provides: python%{python3_pkgversion}-pyzmq-tests = %{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