Compare commits
No commits in common. "863954ab4834ddb9b26af823a8154d537441925d" and "349d16f03b9824f180b0127acf8a4cc144d923c5" have entirely different histories.
863954ab48
...
349d16f03b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -17,4 +17,3 @@
|
|||
/qgis-2.18.16.tar.bz2
|
||||
/qgis-2.18.17.tar.bz2
|
||||
/qgis-2.18.18.tar.bz2
|
||||
/qgis-2.18.19.tar.bz2
|
||||
|
|
11
qgis.spec
11
qgis.spec
|
@ -14,9 +14,10 @@
|
|||
#TODO: Run test suite (see debian/rules)
|
||||
|
||||
Name: qgis
|
||||
Version: 2.18.19
|
||||
Version: 2.18.18
|
||||
Release: 1%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
Group: Applications/Engineering
|
||||
|
||||
# http://hub.qgis.org/issues/3789
|
||||
License: GPLv3+ with exceptions
|
||||
|
@ -35,6 +36,7 @@ Source4: %{name}-server-README.fedora
|
|||
Source5: %{name}-mime.xml
|
||||
# Fix builds on 64-bit machines
|
||||
# https://hub.qgis.org/issues/15602
|
||||
# https://github.com/qgis/QGIS/commit/718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb.patch
|
||||
Patch0: %{name}-lib64.patch
|
||||
|
||||
# Some plug-ins need Pyspatialite (bundled)
|
||||
|
@ -121,6 +123,7 @@ and USGS ASCII DEM.
|
|||
|
||||
%package devel
|
||||
Summary: Development Libraries for the QGIS
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
|
@ -128,6 +131,7 @@ Development packages for QGIS including the C header files.
|
|||
|
||||
%package grass
|
||||
Summary: GRASS Support Libraries for QGIS
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
# The plug-in requires more than just the grass-libs.
|
||||
|
@ -147,6 +151,7 @@ Provides: %{name}-python = %{version}-%{release}
|
|||
Provides: %{name}-python%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: %{name}-python < %{version}-%{release}
|
||||
Summary: Python integration and plug-ins for QGIS
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: gdal-python
|
||||
Requires: PyQt4-webkit
|
||||
|
@ -166,6 +171,7 @@ Python integration and plug-ins for QGIS.
|
|||
|
||||
%package server
|
||||
Summary: FCGI-based OGC web map server
|
||||
Group: Applications/Engineering
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: mod_fcgid
|
||||
Provides: mapserver = %{version}-%{release}
|
||||
|
@ -407,9 +413,6 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 23 2018 Daniele Viganò <daniele@vigano.me> - 2.18.19-1
|
||||
- New upstream release
|
||||
|
||||
* Sat Mar 24 2018 Daniele Viganò <daniele@vigano.me> - 2.18.18-1
|
||||
- New upstream release
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1 +1 @@
|
|||
SHA512 (qgis-2.18.19.tar.bz2) = 0a2338f148bed38a1bbf5b08ec7a19dae7f62850c087951b81648f6a6c01f8bf983098f2371c6dae940f403007f44df57234a323e60470e54dc8c148121bfc18
|
||||
SHA512 (qgis-2.18.18.tar.bz2) = 2edbb7d0be238dcb22a41ddf4391320f93f23859c2f63ccc8944f4c55db0eafa71056e3274140fe77a03397561c3e72393dd8224355c789c45b9d7cba6afad15
|
||||
|
|
Reference in New Issue
Block a user