From ecaf0ce636b46d056d5fbe8020b21028d267dfd3 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-pdfkit.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-pdfkit.spec b/python-pdfkit.spec index 8ed7c51..4a379a7 100644 --- a/python-pdfkit.spec +++ b/python-pdfkit.spec @@ -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.