Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove groups definition from RPM spec
since it has been deprecated (ref: https://fedoraproject.org/wiki/RPMGroups)
  • Loading branch information
daniviga committed Apr 24, 2018
1 parent 120d5b1 commit 011ddd3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpm/qgis.spec.template
Expand Up @@ -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
Expand Down Expand Up @@ -115,15 +114,13 @@ and USGS ASCII DEM.

%package devel
Summary: Development Libraries for the QGIS
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}

%description devel
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.
Expand All @@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 011ddd3

Please sign in to comment.