From 26b7ee5c4b3c6cb57c6097257af613bc480b3038 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:19 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- python-zmq.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-zmq.spec b/python-zmq.spec index 0a03b35..1180dd6 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -15,7 +15,6 @@ Version: 17.0.0 Release: 3%{?dist} Summary: Software library for fast, message-based applications -Group: Development/Libraries License: LGPLv3+ and ASL 2.0 and BSD URL: http://www.zeromq.org/bindings:python # VCS: git:http://github.com/zeromq/pyzmq.git @@ -80,7 +79,6 @@ This package contains the python bindings. %package -n python2-zmq-tests Summary: Software library for fast, message-based applications -Group: Development/Libraries License: LGPLv3+ Requires: python2-zmq = %{version}-%{release} %{?python_provide:%python_provide python2-%{modname}-tests} @@ -98,7 +96,6 @@ This package contains the testsuite for the python bindings. %if 0%{?with_python3} %package -n python%{python3_pkgversion}-zmq Summary: Software library for fast, message-based applications -Group: Development/Libraries License: LGPLv3+ %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}} %description -n python%{python3_pkgversion}-zmq @@ -114,7 +111,6 @@ This package contains the python bindings. %package -n python%{python3_pkgversion}-zmq-tests Summary: Software library for fast, message-based applications -Group: Development/Libraries License: LGPLv3+ Requires: python%{python3_pkgversion}-zmq = %{version}-%{release} %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}-tests}