mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Remove groups definition from RPM spec
since it has been deprecated (ref: https://fedoraproject.org/wiki/RPMGroups)
This commit is contained in:
parent
120d5b1d11
commit
011ddd31f2
@ -16,7 +16,6 @@ Name: qgis
|
||||
Version: %{_version}
|
||||
Release: %{_relver}%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
Group: Applications/Engineering
|
||||
|
||||
License: GPLv3+ with exceptions
|
||||
URL: http://www.qgis.org
|
||||
@ -115,7 +114,6 @@ and USGS ASCII DEM.
|
||||
|
||||
%package devel
|
||||
Summary: Development Libraries for the QGIS
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -123,7 +121,6 @@ Development packages for QGIS including the C header files.
|
||||
|
||||
%package grass
|
||||
Summary: GRASS Support Libraries for QGIS
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
# The plug-in requires more than just the grass-libs.
|
||||
@ -144,7 +141,6 @@ Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < %{version}-%{release}
|
||||
Obsoletes: python2-%{name} < %{version}-%{release}
|
||||
Summary: Python integration and plug-ins for QGIS
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: gdal-python3
|
||||
Requires: python3-future
|
||||
@ -163,7 +159,6 @@ Python integration and plug-ins for QGIS.
|
||||
|
||||
%package server
|
||||
Summary: FCGI-based OGC web map server
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: mod_fcgid
|
||||
Provides: mapserver = %{version}-%{release}
|
||||
|
Loading…
x
Reference in New Issue
Block a user