Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
91f8686f05
commit
939b00c168
@ -2,7 +2,6 @@ Name: libcanberra
|
||||
Version: 0.30
|
||||
Release: 17%{?dist}
|
||||
Summary: Portable Sound Event Library
|
||||
Group: System Environment/Libraries
|
||||
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch
|
||||
@ -33,7 +32,6 @@ A small and lightweight implementation of the XDG Sound Theme Specification
|
||||
|
||||
%package gtk2
|
||||
Summary: Gtk+ 2.x Bindings for libcanberra
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# Some other stuff is included in the gtk3 package, so always pull that in.
|
||||
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
||||
@ -43,7 +41,6 @@ Gtk+ 2.x bindings for libcanberra
|
||||
|
||||
%package gtk3
|
||||
Summary: Gtk+ 3.x Bindings for libcanberra
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description gtk3
|
||||
@ -51,7 +48,6 @@ Gtk+ 3.x bindings for libcanberra
|
||||
|
||||
%package devel
|
||||
Summary: Development Files for libcanberra Client Development
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-gtk2%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user