From 0d0b6bcca37759dd3860be13be1ac6e01d491f17 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:55 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- nghttp2.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/nghttp2.spec b/nghttp2.spec index 3d7108a..5249190 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -3,7 +3,6 @@ Name: nghttp2 Version: 1.36.0 Release: 1%{?dist} License: MIT -Group: Applications/Internet URL: https://nghttp2.org/ Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz @@ -25,7 +24,6 @@ This package contains the HTTP/2 client, server and proxy programs. %package -n libnghttp2 Summary: A library implementing the HTTP/2 protocol -Group: Development/Libraries %description -n libnghttp2 libnghttp2 is a library implementing the Hypertext Transfer Protocol @@ -34,7 +32,6 @@ version 2 (HTTP/2) protocol in C. %package -n libnghttp2-devel Summary: Files needed for building applications with libnghttp2 -Group: Development/Libraries Requires: libnghttp2%{?_isa} = %{version}-%{release} Requires: pkgconfig