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