Accepting request 753193 from home:dstoecker:branches:Application:Geo

- Autoconfigure grass directory

OBS-URL: https://build.opensuse.org/request/show/753193
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=285
This commit is contained in:
Nicolas Rochard 2019-12-03 19:19:24 +00:00 committed by Git OBS Bridge
parent 5295e0cfc2
commit 033d4a9214
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 2 17:21:33 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- Autoconfigure grass directory
-------------------------------------------------------------------
Sun Dec 01 18:00:00 UTC 2019 - Angelos Tzotsos <tzotsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package qgis
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -200,7 +200,7 @@ export PATH=$PATH:$QTDIR/bin
%if %{with grass}
-DWITH_GRASS=TRUE \
-DWITH_GRASS7=TRUE \
-DGRASS_PREFIX7=%{_libdir}/grass78 \
-DGRASS_PREFIX7=`cat %{_sysconfdir}/GRASSDIR` \
%endif
-DWITH_QSPATIALITE=TRUE \
-DWITH_SERVER=TRUE \