Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6852 from daniviga/rpm-no-groups
Remove groups definition from RPM spec
  • Loading branch information
m-kuhn committed Apr 25, 2018
2 parents ccc1ac1 + 011ddd3 commit b64a958
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rpm/qgis.spec.template
Expand Up @@ -22,7 +22,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 @@ -121,15 +120,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 @@ -150,7 +147,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 @@ -169,7 +165,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 b64a958

Please sign in to comment.