diff --git a/python-zmq.spec b/python-zmq.spec index 6eaf02a..a67f122 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -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 Name: python-zmq Version: 19.0.0 Release: %autorelease -Summary: Software library for fast, message-based applications +Summary: Python bindings for zeromq License: LGPLv3+ and ASL 2.0 and BSD URL: https://zeromq.org/languages/python/ @@ -35,6 +27,9 @@ BuildRequires: python%{python3_pkgversion}-pytest BuildRequires: python%{python3_pkgversion}-tornado %endif +%global common_description %{expand: +This package contains Python bindings for ZeroMQ. ØMQ is a lightweight and fast +messaging implementation.} %description %{common_description} @@ -48,8 +43,6 @@ Provides: python%{python3_pkgversion}-pyzmq = %{version}-%{release} %description -n python%{python3_pkgversion}-zmq %{common_description} -This package contains the python bindings. - %package -n python%{python3_pkgversion}-zmq-tests Summary: %{summary}, testsuite @@ -61,7 +54,7 @@ Provides: python%{python3_pkgversion}-pyzmq-tests = %{version}-%{release} %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