[gtk-vnc] rpm: remove obsolete Group tags



commit 92e027fcfcb1d174a210022b4e23a7b78963eec3
Author: Daniel P. Berrangé <berrange redhat com>
Date:   Fri Mar 23 11:24:55 2018 +0000

    rpm: remove obsolete Group tags
    
    This is not required since RHEL >= 6 or equivalently new Fedora.
    
    Signed-off-by: Daniel P. Berrangé <berrange redhat com>

 gtk-vnc.spec.in       |   10 ----------
 mingw-gtk-vnc.spec.in |    5 -----
 2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/gtk-vnc.spec.in b/gtk-vnc.spec.in
index b3d1b37..d69d73b 100644
--- a/gtk-vnc.spec.in
+++ b/gtk-vnc.spec.in
@@ -33,7 +33,6 @@ Name: gtk-vnc
 Version: @VERSION@
 Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
-Group: Development/Libraries
 Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
 URL: https://wiki.gnome.org/Projects/gtk-vnc
 Requires: gvnc = %{version}-%{release}
@@ -58,7 +57,6 @@ allowing it to be completely asynchronous while remaining single threaded.
 
 %package devel
 Summary: Development files to build GTK2 applications with gtk-vnc
-Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 Requires: gtk2-devel
@@ -71,7 +69,6 @@ Libraries, includes, etc. to compile with the gtk-vnc library
 
 %package python
 Summary: Python bindings for the gtk-vnc library
-Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 
 %description python
@@ -82,7 +79,6 @@ A module allowing use of the GTK-VNC widget from python
 
 %package -n gvnc
 Summary: A GObject for VNC connections
-Group: Development/Libraries
 
 %description -n gvnc
 gvnc is a GObject for managing a VNC connection. It provides all the
@@ -91,7 +87,6 @@ with the raw protocol itself.
 
 %package -n gvnc-devel
 Summary: Libraries, includes, etc. to compile with the gvnc library
-Group: Development/Libraries
 Requires: gvnc = %{version}-%{release}
 Requires: pkgconfig
 
@@ -104,7 +99,6 @@ Libraries, includes, etc. to compile with the gvnc library
 
 %package -n gvncpulse
 Summary: A Pulse Audio bridge for VNC connections
-Group: Development/Libraries
 Requires: gvnc = %{version}-%{release}
 
 %description -n gvncpulse
@@ -114,7 +108,6 @@ system
 
 %package -n gvncpulse-devel
 Summary: Libraries, includes, etc. to compile with the gvncpulse library
-Group: Development/Libraries
 Requires: gvncpulse = %{version}-%{release}
 Requires: pkgconfig
 
@@ -127,7 +120,6 @@ Libraries, includes, etc. to compile with the gvnc library
 
 %package -n gvnc-tools
 Summary: Command line VNC tools
-Group: Applications/Internet
 Requires: gvnc = %{version}-%{release}
 
 %description -n gvnc-tools
@@ -138,7 +130,6 @@ screenshots of a VNC desktop
 %if %{with_gtk3}
 %package -n gtk-vnc2
 Summary: A GTK3 widget for VNC clients
-Group: Applications/Internet
 Requires: gvnc = %{version}-%{release}
 
 %description -n gtk-vnc2
@@ -147,7 +138,6 @@ allowing it to be completely asynchronous while remaining single threaded.
 
 %package -n gtk-vnc2-devel
 Summary: Development files to build GTK3 applications with gtk-vnc
-Group: Development/Libraries
 Requires: gtk-vnc2 = %{version}-%{release}
 Requires: pkgconfig
 Requires: gtk3-devel
diff --git a/mingw-gtk-vnc.spec.in b/mingw-gtk-vnc.spec.in
index edfdd04..2aa3bcb 100644
--- a/mingw-gtk-vnc.spec.in
+++ b/mingw-gtk-vnc.spec.in
@@ -6,7 +6,6 @@ Release: 1%{?dist}%{?extra_release}
 Summary: MinGW Windows port of VNC client GTK widget
 
 License: LGPLv2+
-Group: Development/Libraries
 Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.5/gtk-vnc-%{version}.tar.xz
 URL: https://wiki.gnome.org/Projects/gtk-vnc
 
@@ -49,11 +48,9 @@ Summary: MinGW Windows port of VNC GObject
 
 %package -n mingw32-gvnc-tools
 Summary: Command line VNC tools
-Group: Applications/Internet
 
 %package -n mingw32-gtk-vnc2
 Summary: A GTK3 widget for VNC clients
-Group: Development/Libraries
 Requires: pkgconfig
 
 %description
@@ -88,11 +85,9 @@ Summary: MinGW Windows port of VNC GObject
 
 %package -n mingw64-gvnc-tools
 Summary: Command line VNC tools
-Group: Applications/Internet
 
 %package -n mingw64-gtk-vnc2
 Summary: A GTK3 widget for VNC clients
-Group: Development/Libraries
 Requires: pkgconfig
 
 %description


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]