Remove obsolete Group tag

References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
Igor Gnatenko 2019-01-28 20:17:39 +01:00
parent 96300c320b
commit ec52d98311

View File

@ -5,7 +5,6 @@ Summary: Trace Viewer and Converter, mainly for the Common Trace Format
License: MIT and GPLv2
URL: https://www.efficios.com/babeltrace
Source0: https://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
Group: Development/Tools
BuildRequires: bison >= 2.4
BuildRequires: flex >= 2.5.35
@ -31,7 +30,6 @@ Format (CTF). See http://www.efficios.com/ctf.
%package -n lib%{name}
Summary: Common Trace Format Babel Tower
Group: Development/Libraries
%description -n lib%{name}
This project provides trace read and write libraries, as well as a trace
@ -41,7 +39,6 @@ to/from another trace format.
%package -n lib%{name}-devel
Summary: Common Trace Format Babel Tower
Group: Development/Libraries
Requires: lib%{name}%{?_isa} = %{version}-%{release} glib2-devel
%description -n lib%{name}-devel
@ -52,7 +49,6 @@ to/from another trace format.
%package -n python3-%{name}
Summary: Common Trace Format Babel Tower
Group: Development/Libraries
Requires: lib%{name}%{?_isa} = %{version}-%{release}
%description -n python3-%{name}