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:17 +01:00
parent f462720799
commit 821d6233d8

View File

@ -20,7 +20,6 @@ BuildArch: noarch
# Mostly MIT, but _ast_util.py is Python licensed.
# The documentation contains javascript for search licensed BSD or GPLv2
License: (MIT and Python) and (BSD or GPLv2)
Group: Development/Languages
Summary: Mako template library for Python
URL: http://www.makotemplates.org/
Source0: https://bitbucket.org/zzzeek/mako/get/rel_%(echo %{version} | sed "s/\./_/g").tar.bz2
@ -72,7 +71,6 @@ Recommends: python2-beaker
%package doc
Summary: Documentation for the Mako template library for Python
Group: Documentation
License: (MIT and Python) and (BSD or GPLv2)
%if %{with python3}
Requires: python3-mako = %{version}-%{release}
@ -96,7 +94,6 @@ This package contains documentation in text and HTML formats.
%if %{with python3}
%package -n python3-mako
Summary: Mako template library for Python 3
Group: Development/Languages
Requires: python3-markupsafe
# Beaker is the preferred caching backend, but is not strictly necessary