Remove obsolete Group tag

References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
Igor Gnatenko 2019-01-28 20:18:20 +01:00
parent 69b572c919
commit 6d942b7279
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ Name: pyxdg
Version: 0.26
Release: 3%{?dist}
Summary: Python library to access freedesktop.org standards
Group: Development/Libraries
License: LGPLv2
URL: http://freedesktop.org/Software/pyxdg
Source0: https://pypi.python.org/packages/source/r/PyXDG/%{name}-%{version}.tar.gz
@ -21,7 +20,6 @@ PyXDG is a python library to access freedesktop.org standards
%package -n python2-pyxdg
Summary: Python2 library to access freedesktop.org standards
Group: Development/Libraries
BuildRequires: python2-devel
# These are needed for the nose tests.
BuildRequires: python2-nose
@ -36,7 +34,6 @@ package contains a Python 2 version of PyXDG.
%if 0%{?with_python3}
%package -n python%{python3_pkgversion}-pyxdg
Summary: Python3 library to access freedesktop.org standards
Group: Development/Libraries
BuildRequires: python%{python3_pkgversion}-devel
# These are needed for the nose tests.
BuildRequires: python%{python3_pkgversion}-nose