Don't set group tags
They are unused in Fedora.
This commit is contained in:
parent
14e41f6ac4
commit
99634e19a9
@ -9,7 +9,6 @@ Version: 1.20.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Plug-ins implementation convenience library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/Libpeas
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.20/%{name}-%{version}.tar.xz
|
||||
@ -33,7 +32,6 @@ to GTK+ and glib-based applications.
|
||||
|
||||
%package loader-python
|
||||
Summary: Python 2 loader for libpeas
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pygobject3
|
||||
|
||||
@ -44,7 +42,6 @@ run Python 2 plugins that use libpeas.
|
||||
%if %{use_python3}
|
||||
%package loader-python3
|
||||
Summary: Python 3 loader for libpeas
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python3-gobject
|
||||
|
||||
@ -55,7 +52,6 @@ run Python 3 plugins that use libpeas.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libpeas
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -134,6 +130,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%changelog
|
||||
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.20.0-1
|
||||
- Update to 1.20.0
|
||||
- Don't set group tags
|
||||
|
||||
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.18.0-1
|
||||
- Update to 1.18.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user