Accepting request 821750 from Application:Geo

OBS-URL: https://build.opensuse.org/request/show/821750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdal?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2020-07-20 18:59:24 +00:00 committed by Git OBS Bridge
commit ffe582f482
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 19 01:20:55 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Work-around occasional build failures due to incomplete ordering
in Makefile. (https://github.com/OSGeo/gdal/issues/2777)
- Avoid double gdal prefix for /usr/share/gdal/gdal/*
-------------------------------------------------------------------
Tue Jul 7 18:29:25 UTC 2020 - Bruno Friedmann <bruno@ioda-net.ch>

View File

@ -202,7 +202,7 @@ autoreconf -fi
%configure \
--prefix=%{_prefix} \
--includedir=%{_includedir}/gdal \
--datadir=%{_datadir}/gdal \
--datadir=%{_datadir} \
--with-threads \
--disable-static \
--with-geotiff \
@ -266,7 +266,9 @@ do
make %{?_smp_mflags} -C swig/${M} generate
done
make %{?_smp_mflags} VERBOSE=1 all \
# Workaround incomplete ordering in Makefile
%make_build lib-dependencies
%make_build all
# Make Python 3 module
pushd swig/python