update to Release 2.12.0
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=176
This commit is contained in:
parent
f713b0fd84
commit
4348da3eb5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79119b54642edaffe3cda513531eb7b81913e013954a49c6d3b21c8b00143307
|
||||
size 66408603
|
3
qgis-2.12.0.tar.bz2
Normal file
3
qgis-2.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8e58ef85e6686349993acf2cb83060135f2794f03475f7a3da788c458b81b1d
|
||||
size 69079022
|
@ -1,3 +1,7 @@
|
||||
Mon Nov 02 04:10:55 UTC 2015 - dassau@gbd-consult.de
|
||||
|
||||
- New QGIS release 2.12.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 01 14:07:00 UTC 2015 - tzotsos@opensuse.org
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=QGIS 2.10.1 (Pisa)
|
||||
Name=QGIS 2.12.0 (Lyon)
|
||||
GenericName=Geographic Information System
|
||||
Comment=
|
||||
Exec=qgis
|
||||
@ -8,3 +8,4 @@ Icon=qgis.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Productivity;Graphics;Viewer;
|
||||
|
||||
|
40
qgis.spec
40
qgis.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qgis
|
||||
Version: 2.10.1
|
||||
Version: 2.12.1
|
||||
Release: 0
|
||||
Summary: QGIS is a Geographic Information System (GIS)
|
||||
License: GPL-2.0
|
||||
@ -32,13 +32,13 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-wxWidgets
|
||||
BuildRequires: -post-build-checks
|
||||
BuildRequires: FastCGI-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake >= 2.4
|
||||
BuildRequires: flex
|
||||
BuildRequires: gdal
|
||||
BuildRequires: grass
|
||||
BuildRequires: bison >= 2.4
|
||||
BuildRequires: cmake >= 2.8.6
|
||||
BuildRequires: flex >= 2.5.6
|
||||
BuildRequires: gdal >= 1.4
|
||||
BuildRequires: grass >= 7
|
||||
BuildRequires: grass-devel
|
||||
BuildRequires: gsl >= 1.6
|
||||
BuildRequires: gsl >= 1.8
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libspatialindex-devel
|
||||
@ -47,15 +47,15 @@ BuildRequires: libspatialindex0
|
||||
BuildRequires: libqscintilla-devel
|
||||
BuildRequires: libspatialite-devel
|
||||
BuildRequires: libwx_gtk2u_qa-2_8-0-stl
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-qt4-devel
|
||||
BuildRequires: python-devel >= 2.3
|
||||
BuildRequires: python-qt4-devel
|
||||
BuildRequires: python-sip-devel
|
||||
BuildRequires: libQtWebKit-devel
|
||||
BuildRequires: libgdal-devel >= 1.6.0
|
||||
BuildRequires: libgeos-devel >= 2
|
||||
BuildRequires: libgeos-devel >= 3.4
|
||||
BuildRequires: libproj-devel
|
||||
BuildRequires: libqt4-devel >= 4.3
|
||||
BuildRequires: libqt4-qt3support >= 4.3
|
||||
BuildRequires: libqt4-devel >= 4.8
|
||||
BuildRequires: libqt4-qt3support >= 4.8
|
||||
BuildRequires: postgresql-devel >= 8
|
||||
BuildRequires: qwt-devel >= 5
|
||||
BuildRequires: txt2tags
|
||||
@ -79,16 +79,16 @@ Obsoletes: qgis2 qgis-master qgis-ltr
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%package devel
|
||||
Summary: Development Libraries for the QGIS 2.8
|
||||
Summary: Development Libraries for the QGIS 2.12
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: qgis = %{version}
|
||||
|
||||
%package plugin-grass
|
||||
Summary: GRASS Support Libraries for QGIS 2.8
|
||||
%package plugin-grass7
|
||||
Summary: GRASS Support Libraries for QGIS 2.12
|
||||
Group: Productivity/Graphics/Visualization/Other
|
||||
Requires: grass
|
||||
Requires: grass-docs
|
||||
Obsoletes: qgis-plugin-grass7
|
||||
Requires: grass7
|
||||
Requires: grass7-docs
|
||||
Obsoletes: qgis-plugin-grass
|
||||
Requires: qgis = %{version}
|
||||
|
||||
%package sample-data
|
||||
@ -107,10 +107,10 @@ computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
|
||||
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
|
||||
|
||||
%description devel
|
||||
Development packages for QGIS 2.8 including the C header files.
|
||||
Development packages for QGIS 2.12 including the C header files.
|
||||
|
||||
%description plugin-grass
|
||||
GRASS 7 plugin for QGIS 2.8 required to interface with GRASS system.
|
||||
GRASS 7 plugin for QGIS 2.12 required to interface with GRASS system.
|
||||
|
||||
%description sample-data
|
||||
QGIS sample data with free raster, vector, gps files and a GRASS location from Alaska area.
|
||||
|
Loading…
Reference in New Issue
Block a user