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