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:18 +01:00
parent d0331184ca
commit 9be294f9a5

View File

@ -7,7 +7,6 @@ Summary: C parser and AST generator written in Python
Version: 2.14
Release: 16%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://github.com/eliben/pycparser
Source0: http://github.com/eliben/pycparser/archive/release_v%{version}.tar.gz
Source1: pycparser-0.91.1-remove-relative-sys-path.py
@ -38,7 +37,6 @@ need to parse C source code.
%package -n python2-pycparser
Summary: C parser and AST generator written in Python
Group: System Environment/Libraries
Requires: python2-ply >= 3.6
%{?python_provide:%python_provide python2-pycparser}
@ -50,7 +48,6 @@ need to parse C source code.
%if 0%{?with_python3}
%package -n python3-pycparser
Summary: C parser and AST generator written in Python
Group: System Environment/Libraries
Requires: python3-ply
%{?python_provide:%python_provide python3-pycparser}