Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
63bbc2f019
commit
a5210ef466
@ -17,7 +17,6 @@ Name: libvirt-glib
|
||||
Version: 2.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: libvirt glib integration for events
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://libvirt.org/
|
||||
Source0: ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz
|
||||
@ -39,25 +38,20 @@ BuildRequires: vala-tools
|
||||
BuildRequires: intltool
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: libvirt glib integration for events development files
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%package -n libvirt-gconfig
|
||||
Group: Development/Libraries
|
||||
Summary: libvirt object APIs for processing object configuration
|
||||
|
||||
%package -n libvirt-gobject
|
||||
Group: Development/Libraries
|
||||
Summary: libvirt object APIs for managing virtualization hosts
|
||||
|
||||
%package -n libvirt-gconfig-devel
|
||||
Group: Development/Libraries
|
||||
Summary: libvirt object APIs for processing object configuration development files
|
||||
Requires: libvirt-gconfig = %{version}-%{release}
|
||||
|
||||
%package -n libvirt-gobject-devel
|
||||
Group: Development/Libraries
|
||||
Summary: libvirt object APIs for managing virtualization hosts development files
|
||||
Requires: %{name}-devel = %{version}-%{release}
|
||||
Requires: libvirt-gconfig-devel = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user