Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b38e1890a9 | ||
|
7490800c29 | ||
|
f824d6536c | ||
|
e828eb5499 | ||
|
5b2f2bb420 | ||
|
f75a0add9c | ||
|
b63e2a3246 | ||
|
1655c96f76 | ||
|
d85535ed5f | ||
|
82dd7ef2fc | ||
|
ef23a091f1 | ||
|
7acc67a5d7 |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38abdf9c858e24190caac56171ad1bdea50b30f726144f224a0b7f32c96950d8
|
||||
size 175928472
|
@ -1 +0,0 @@
|
||||
38abdf9c858e24190caac56171ad1bdea50b30f726144f224a0b7f32c96950d8 qgis-3.38.2.tar.bz2
|
3
qgis-3.40.3.tar.bz2
Normal file
3
qgis-3.40.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51135f0b0f82f2b76de4b89a0978396dbdab9baa3c9c03c4a53b7e2f48451076
|
||||
size 181531383
|
1
qgis-3.40.3.tar.bz2.sha256
Normal file
1
qgis-3.40.3.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
51135f0b0f82f2b76de4b89a0978396dbdab9baa3c9c03c4a53b7e2f48451076 qgis-3.40.3.tar.bz2
|
44
qgis.changes
44
qgis.changes
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 20:17:41 UTC 2025 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update to 3.40.3
|
||||
See https://github.com/qgis/QGIS/compare/final-3_40_2%5E...final-3_40_3
|
||||
for commits between 3.40.2 and 3.40.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 27 21:25:29 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update to 3.40.2
|
||||
See https://github.com/qgis/QGIS/compare/final-3_40_1%5E...final-3_40_2
|
||||
for commits between 3.40.1 and 3.40.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 13:33:45 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update to 3.40.1, update QGIS sample data and its spec-file entry
|
||||
See https://github.com/qgis/QGIS/compare/final-3_40_0%5E...final-3_40_1
|
||||
for commits between 3.40.0 and 3.40.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 14:38:50 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update to 3.40.0
|
||||
See https://changelog.qgis.org/en/qgis/version/3.40/ and
|
||||
https://github.com/qgis/QGIS/compare/final-3_38_3...final-3_40_0
|
||||
for changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 12:06:37 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix SLE/Leap 15.6 build
|
||||
* Move to SLE/Leap python311 module: Old Python 3.6 is no longer
|
||||
supported
|
||||
* Use gcc13-c++ (gcc7 does not provide <filesystem> from c++17)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 15:56:24 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update to 3.38.3
|
||||
See https://github.com/qgis/QGIS/compare/final-3_38_2%5E...final-3_38_3
|
||||
for commits between 3.38.2 and 3.38.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 20 11:56:05 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
|
67
qgis.spec
67
qgis.spec
@ -24,7 +24,17 @@ Name: qgis-ltr
|
||||
%else
|
||||
Name: qgis
|
||||
%endif
|
||||
Version: 3.38.2
|
||||
|
||||
%if 0%{suse_version} >= 1600
|
||||
%define pythons python3
|
||||
%else
|
||||
%define gccver 13
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
%define mypython %pythons
|
||||
%define __mypython %{expand:%%__%{mypython}}
|
||||
|
||||
Version: 3.40.3
|
||||
Release: 0
|
||||
Summary: A Geographic Information System (GIS)
|
||||
License: GPL-2.0-only
|
||||
@ -33,7 +43,7 @@ URL: https://qgis.org/
|
||||
Source: https://qgis.org/downloads/qgis-%{version}.tar.bz2
|
||||
Source1: https://qgis.org/downloads/qgis-%{version}.tar.bz2.sha256
|
||||
Source2: %{name}.rpmlintrc
|
||||
Source3: qgis_sample_data.zip
|
||||
Source3: https://download.qgis.org/downloads/data/qgis_sample_data.zip
|
||||
# PATCH-FIX-OPENSUSE - adapt include path of fastcgi
|
||||
Patch1: fix-fastcgi-include.patch
|
||||
# PATCH-FIX-UPSTREAM - scan for pdal-config instead of pdal in cmake
|
||||
@ -45,6 +55,7 @@ BuildRequires: cmake >= 3.12.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: filesystem
|
||||
BuildRequires: flex >= 2.5.6
|
||||
BuildRequires: gcc%{?gccver}-c++
|
||||
BuildRequires: geos-devel >= 3.9
|
||||
BuildRequires: libQt5Sql-private-headers-devel
|
||||
BuildRequires: libQt5Sql5-mysql
|
||||
@ -52,6 +63,19 @@ BuildRequires: libQt5Sql5-postgresql
|
||||
# Add the 3 main db we should access
|
||||
# also have them in requires
|
||||
BuildRequires: libQt5Sql5-sqlite
|
||||
BuildRequires: %{mypython}-GDAL
|
||||
BuildRequires: %{mypython}-Jinja2
|
||||
BuildRequires: %{mypython}-OWSLib
|
||||
BuildRequires: %{mypython}-PyYAML
|
||||
BuildRequires: %{mypython}-devel >= 3.7
|
||||
BuildRequires: %{mypython}-psycopg2
|
||||
BuildRequires: %{mypython}-pygments
|
||||
BuildRequires: %{mypython}-pyqt-builder
|
||||
BuildRequires: %{mypython}-qscintilla-qt5
|
||||
BuildRequires: %{mypython}-qscintilla-qt5-sip
|
||||
BuildRequires: %{mypython}-qt5-devel
|
||||
BuildRequires: %{mypython}-sip-devel
|
||||
BuildRequires: %{mypython}-termcolor
|
||||
BuildRequires: libexiv2-devel
|
||||
BuildRequires: libqscintilla_qt5-devel
|
||||
BuildRequires: libspatialindex-devel
|
||||
@ -61,18 +85,6 @@ BuildRequires: opencl-cpp-headers
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: poppler-tools
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: python3-GDAL
|
||||
BuildRequires: python3-Jinja2
|
||||
BuildRequires: python3-OWSLib
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: python3-psycopg2
|
||||
BuildRequires: python3-pygments
|
||||
BuildRequires: python3-pyqt-builder
|
||||
BuildRequires: python3-qscintilla-qt5
|
||||
BuildRequires: python3-qscintilla-qt5-sip
|
||||
BuildRequires: python3-qt5-devel
|
||||
BuildRequires: python3-sip-devel
|
||||
BuildRequires: python3-termcolor
|
||||
BuildRequires: sqlite-devel >= 3.12.0
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
@ -116,7 +128,6 @@ BuildRequires: pkgconfig(libzip)
|
||||
BuildRequires: pkgconfig(netcdf)
|
||||
BuildRequires: pkgconfig(pdal) >= 2.2.0
|
||||
BuildRequires: pkgconfig(proj) >= 7.2.0
|
||||
BuildRequires: pkgconfig(python3) >= 3.7
|
||||
BuildRequires: pkgconfig(qca2-qt5)
|
||||
BuildRequires: pkgconfig(spatialite) >= 4.2.0
|
||||
# Force requires of those 3 main component.
|
||||
@ -125,17 +136,17 @@ Requires: libQt5Sql5-postgresql
|
||||
Requires: libQt5Sql5-sqlite
|
||||
# proj.db is required
|
||||
Requires: proj
|
||||
Requires: %{mypython}-GDAL
|
||||
Requires: %{mypython}-Jinja2
|
||||
Requires: %{mypython}-OWSLib
|
||||
Requires: %{mypython}-PyYAML
|
||||
Requires: %{mypython}-Pygments
|
||||
Requires: %{mypython}-numpy
|
||||
Requires: %{mypython}-psycopg2
|
||||
Requires: pdal
|
||||
Requires: python3-GDAL
|
||||
Requires: python3-Jinja2
|
||||
Requires: python3-OWSLib
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-Pygments
|
||||
Requires: python3-numpy
|
||||
Requires: python3-psycopg2
|
||||
# Those are not picked by obs
|
||||
Requires: python3-qscintilla-qt5
|
||||
Requires: python3-termcolor
|
||||
Requires: %{mypython}-qscintilla-qt5
|
||||
Requires: %{mypython}-termcolor
|
||||
Recommends: %{name}-sample-data
|
||||
Recommends: apache2-mod_fcgid
|
||||
Recommends: gpsbabel
|
||||
@ -159,8 +170,8 @@ BuildRequires: memory-constraints
|
||||
%package devel
|
||||
Summary: Development Libraries for QGIS
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{mypython}-qt5-devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python3-qt5-devel
|
||||
%if %{with grass}
|
||||
%package plugin-grass
|
||||
Summary: GRASS Support Libraries for QGIS
|
||||
@ -198,11 +209,13 @@ QGIS sample data with raster, vector, gps files and a GRASS location from the Al
|
||||
%prep
|
||||
%autosetup -p1 -n qgis-%{version}
|
||||
# Remove bad env and python version in grass plugin
|
||||
sed -i 's,^#!%{_bindir}/env python$,#!%{_bindir}/python3,g' src/plugins/grass/scripts/*.py
|
||||
sed -i 's,^#!%{_bindir}/env python3$,#!%{_bindir}/python3,g' src/plugins/grass/scripts/*.py
|
||||
sed -i 's,^#!%{_bindir}/env python$,#!%{__mypython},g' src/plugins/grass/scripts/*.py
|
||||
sed -i 's,^#!%{_bindir}/env python3$,#!%{__mypython},g' src/plugins/grass/scripts/*.py
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
%{?gccver:export CC=gcc-%{gccver}}
|
||||
%{?gccver:export CXX=g++-%{gccver}}
|
||||
|
||||
export CFLAGS="%{optflags}"
|
||||
export QTDIR=%{_prefix}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6654b9f6645b68289ffe87e0e32cfa37513dfb96fe9682062719a343a72d5312
|
||||
size 22172276
|
||||
oid sha256:70bf5e4c1edac1b0bfe180277c488e77c163c9f3dc73e29e8841785aea011b59
|
||||
size 22125288
|
||||
|
Loading…
Reference in New Issue
Block a user