diff --git a/gdal.changes b/gdal.changes index 1b27241..4a7930a 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 19 01:20:55 UTC 2020 - Stefan BrĂ¼ns + +- 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 diff --git a/gdal.spec b/gdal.spec index 4c715b3..868a907 100644 --- a/gdal.spec +++ b/gdal.spec @@ -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