Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
This commit is contained in:
parent
1a084b2521
commit
202fc91505
@ -8,7 +8,6 @@ Version: 3.18.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Service daemon for mediating access to a GPS
|
||||
|
||||
Group: System Environment/Daemons
|
||||
License: BSD
|
||||
URL: http://catb.org/gpsd/
|
||||
Source0: https://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
|
||||
@ -41,7 +40,6 @@ parse than NMEA 0183.
|
||||
|
||||
%package libs
|
||||
Summary: Client libraries in C for talking to a running gpsd or GPS
|
||||
Group: System Environment/Libraries
|
||||
|
||||
%description libs
|
||||
This package contains the gpsd libraries that manage access
|
||||
@ -49,7 +47,6 @@ to a GPS for applications.
|
||||
|
||||
%package -n python3-%{srcname}
|
||||
Summary: Python libraries and modules for use with gpsd
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
@ -59,7 +56,6 @@ applications, and commonly useful python applications for use with gpsd.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the gpsd library
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -69,7 +65,6 @@ manage access to a GPS for applications
|
||||
%if %{with_qt}
|
||||
%package qt
|
||||
Summary: C++/Qt5 bindings for the gpsd library
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description qt
|
||||
@ -78,7 +73,6 @@ gpsd.
|
||||
|
||||
%package qt-devel
|
||||
Summary: Development files for the C++/Qt5 bindings for the gpsd library
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-qt%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -89,7 +83,6 @@ with the libgps library from gpsd.
|
||||
|
||||
%package clients
|
||||
Summary: Clients for gpsd
|
||||
Group: Applications/System
|
||||
Requires: python3-%{srcname} = %{version}-%{release}
|
||||
Requires: python3-pyserial
|
||||
Requires: %{srcname}-libs%{?_isa} = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user