Remove Group tags

epel8
Scott Talbert 6 years ago
parent dc9ff32ab1
commit 4357d1a9e1

@ -18,10 +18,9 @@
Name: %{wxgtkname} Name: %{wxgtkname}
Version: 3.0.4 Version: 3.0.4
Release: 4%{?snapshottag}%{?dist} Release: 5%{?snapshottag}%{?dist}
Summary: GTK port of the wxWidgets GUI library Summary: GTK port of the wxWidgets GUI library
License: wxWidgets License: wxWidgets
Group: System Environment/Libraries
URL: https://www.wxwidgets.org/ URL: https://www.wxwidgets.org/
%if 0%{?usesnapshot} %if 0%{?usesnapshot}
@ -84,7 +83,6 @@ ranging from networking to HTML display and image manipulation.
%package -n %{wxbasename}-devel %package -n %{wxbasename}-devel
Group: Development/Libraries
Summary: Development files for the wxBase3 library Summary: Development files for the wxBase3 library
Requires: %{wxbasename}%{?_isa} = %{version}-%{release} Requires: %{wxbasename}%{?_isa} = %{version}-%{release}
Requires(post): %{_sbindir}/update-alternatives Requires(post): %{_sbindir}/update-alternatives
@ -99,7 +97,6 @@ ranging from networking to HTML display and image manipulation.
%package devel %package devel
Group: Development/Libraries
Summary: Development files for the wxGTK3 library Summary: Development files for the wxGTK3 library
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-gl = %{version}-%{release} Requires: %{name}-gl = %{version}-%{release}
@ -120,7 +117,6 @@ ranging from networking to HTML display and image manipulation.
%package -n %{wxgtk2name}-devel %package -n %{wxgtk2name}-devel
Group: Development/Libraries
Summary: Development files for the wxGTK3 library Summary: Development files for the wxGTK3 library
Requires: %{wxgtk2name}%{?_isa} = %{version}-%{release} Requires: %{wxgtk2name}%{?_isa} = %{version}-%{release}
Requires: %{wxgtk2name}-gl = %{version}-%{release} Requires: %{wxgtk2name}-gl = %{version}-%{release}
@ -141,7 +137,6 @@ ranging from networking to HTML display and image manipulation.
%package gl %package gl
Summary: OpenGL add-on for the wxWidgets library Summary: OpenGL add-on for the wxWidgets library
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description gl %description gl
@ -154,7 +149,6 @@ ranging from networking to HTML display and image manipulation.
%package -n %{wxgtk2name}-gl %package -n %{wxgtk2name}-gl
Summary: OpenGL add-on for the wxWidgets library Summary: OpenGL add-on for the wxWidgets library
Group: System Environment/Libraries
Requires: %{wxgtk2name}%{?_isa} = %{version}-%{release} Requires: %{wxgtk2name}%{?_isa} = %{version}-%{release}
%description -n %{wxgtk2name}-gl %description -n %{wxgtk2name}-gl
@ -167,7 +161,6 @@ ranging from networking to HTML display and image manipulation.
%package i18n %package i18n
Summary: i18n message catalogs for the wxWidgets library Summary: i18n message catalogs for the wxWidgets library
Group: System Environment/Libraries
BuildArch: noarch BuildArch: noarch
%description i18n %description i18n
@ -180,7 +173,6 @@ ranging from networking to HTML display and image manipulation.
%package media %package media
Summary: Multimedia add-on for the wxWidgets library Summary: Multimedia add-on for the wxWidgets library
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description media %description media
@ -193,7 +185,6 @@ ranging from networking to HTML display and image manipulation.
%package -n %{wxgtk2name}-media %package -n %{wxgtk2name}-media
Summary: Multimedia add-on for the wxWidgets library Summary: Multimedia add-on for the wxWidgets library
Group: System Environment/Libraries
Requires: %{wxgtk2name}%{?_isa} = %{version}-%{release} Requires: %{wxgtk2name}%{?_isa} = %{version}-%{release}
%description -n %{wxgtk2name}-media %description -n %{wxgtk2name}-media
@ -206,7 +197,6 @@ ranging from networking to HTML display and image manipulation.
%package webview %package webview
Summary: WebView add-on for the wxWidgets library Summary: WebView add-on for the wxWidgets library
Group: System Environment/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description webview %description webview
@ -219,7 +209,6 @@ ranging from networking to HTML display and image manipulation.
%package -n %{wxbasename} %package -n %{wxbasename}
Summary: Non-GUI support classes from the wxWidgets library Summary: Non-GUI support classes from the wxWidgets library
Group: System Environment/Libraries
Provides: %{wxbasegtk2name} = %{version}-%{release} Provides: %{wxbasegtk2name} = %{version}-%{release}
Obsoletes: %{wxbasegtk2name} < %{version}-%{release} Obsoletes: %{wxbasegtk2name} < %{version}-%{release}
@ -232,7 +221,6 @@ libraries or the X Window System.
%package docs %package docs
Group: Development/Libraries
Summary: Documentation for the wxGTK3 library Summary: Documentation for the wxGTK3 library
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Provides: %{srcname}-docs = %{version}-%{release} Provides: %{srcname}-docs = %{version}-%{release}
@ -246,7 +234,6 @@ This package provides documentation for the %{srcname} library.
%package xmldocs %package xmldocs
Group: Development/Libraries
Summary: XML Documentation for the wxGTK3 library Summary: XML Documentation for the wxGTK3 library
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Provides: %{srcname}-xmldocs = %{version}-%{release} Provides: %{srcname}-xmldocs = %{version}-%{release}
@ -487,6 +474,9 @@ fi
%doc docs/doxygen/out/xml/* %doc docs/doxygen/out/xml/*
%changelog %changelog
* Wed Nov 21 2018 Scott Talbert <swt@techie.net> - 3.0.4-5
- Remove Group tags
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save