From e7fcc3cb0398d185b9ad89615b647be57496b986 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:52 +0100 Subject: [PATCH] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libxdg-basedir.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libxdg-basedir.spec b/libxdg-basedir.spec index 47428f2..0df99a5 100644 --- a/libxdg-basedir.spec +++ b/libxdg-basedir.spec @@ -3,7 +3,6 @@ Version: 1.2.0 Release: 14%{?dist} Summary: Implementation of the XDG Base Directory Specifications -Group: System Environment/Libraries License: MIT URL: http://n.ethz.ch/student/nevillm/download/libxdg-basedir Source0: http://n.ethz.ch/student/nevillm/download/libxdg-basedir/%{name}-%{version}.tar.gz @@ -21,7 +20,6 @@ to the specification and provides a few higher-level functions. %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig @@ -32,7 +30,6 @@ developing applications that use %{name}. %package doc Summary: Documentation files for %{name} -Group: Documentation Requires: %{name} = %{version}-%{release} BuildRequires: gcc BuildRequires: doxygen