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
commit ecaf0ce636

View file

@ -5,7 +5,6 @@ Version: 0.5.0
Release: 12%{?dist}
Summary: Wkhtmltopdf python wrapper
Group: Development/Libraries
License: MIT
URL: https://github.com/JazzCore/python-pdfkit
Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip
@ -26,7 +25,6 @@ This is an adapted version of Ruby PDFKit.
%package -n python3-%{pypi_name}
Summary: Wkhtmltopdf python wrapper
Group: Development/Libraries
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
Python 3 wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.