Accepting request 743226 from home:1Antoine1:branches:Application:Geo
- Remove gpsbabel from build requirements: It's only recommended at runtime. This fixes build on ppc64(le) for which gpsbabel is not available. - Remove obsolete filters in qgis.rpmlintrc. OBS-URL: https://build.opensuse.org/request/show/743226 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=273
This commit is contained in:
parent
11a46e913b
commit
c2afbc6f68
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 16 06:15:34 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Remove gpsbabel from build requirements: It's only recommended
|
||||||
|
at runtime. This fixes build on ppc64(le) for which gpsbabel is
|
||||||
|
not available.
|
||||||
|
- Remove obsolete filters in qgis.rpmlintrc.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 11 05:50:41 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
|
Fri Oct 11 05:50:41 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
addFilter("devel-file-in-non-devel-package .*/usr/lib/libqgis*.*")
|
addFilter("devel-file-in-non-devel-package .*/usr/lib/libqgis*.*")
|
||||||
addFilter("devel-file-in-non-devel-package .*/usr/lib64/libqgis*.*")
|
addFilter("devel-file-in-non-devel-package .*/usr/lib64/libqgis*.*")
|
||||||
addFilter("devel-file-in-non-devel-package .*/usr/share/qgis/python/markupsafe/_speedups.c")
|
|
||||||
addFilter("arch-dependent-file-in-usr-share .*/usr/share/qgis/python/qgis/.*")
|
addFilter("arch-dependent-file-in-usr-share .*/usr/share/qgis/python/qgis/.*")
|
||||||
addFilter("arch-dependent-file-in-usr-share .*/usr/share/qgis/python/markupsafe/_speedups.so")
|
|
||||||
addFilter("arch-dependent-file-in-usr-share .*/usr/share/qgis/python/pyspatialite/_spatialite.so")
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: filesystem
|
BuildRequires: filesystem
|
||||||
BuildRequires: flex >= 2.5.6
|
BuildRequires: flex >= 2.5.6
|
||||||
BuildRequires: geos-devel >= 3.4
|
BuildRequires: geos-devel >= 3.4
|
||||||
BuildRequires: gpsbabel
|
|
||||||
%if %{with grass}
|
%if %{with grass}
|
||||||
BuildRequires: grass-devel >= 7.2
|
BuildRequires: grass-devel >= 7.2
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user