From 6d942b727940124582c4cc3935ed9086aa18aa35 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:20 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- pyxdg.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyxdg.spec b/pyxdg.spec index 87983cc..8845ebf 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -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