From eafa4e3fc227807f4160fa6ed880b813332a1c6f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 13 Feb 2018 17:49:41 +0100 Subject: [PATCH] Silence some rpmlint warnings --- gdal.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdal.spec b/gdal.spec index 6ef2c3f..a9efdb7 100644 --- a/gdal.spec +++ b/gdal.spec @@ -62,7 +62,7 @@ Name: gdal Version: 2.2.3 -Release: 8%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap} +Release: 9%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap} Summary: GIS file format library Group: System Environment/Libraries License: MIT @@ -88,7 +88,7 @@ Patch3: %{name}-completion.patch # https://trac.osgeo.org/gdal/changeset/40801/ # Python bindings version was 2.2.2 instead of 2.2.3 -Patch5: %{name}-2.2.3-swig-python-version.patch +Patch5: %{name}-2.2.3-swig-python-version.patch # Fedora uses Alternatives for Java Patch8: %{name}-1.9.0-java.patch @@ -388,7 +388,7 @@ sed -i 's|-L\$with_geotiff\/lib -lgeotiff $LIBS|-lgeotiff $LIBS|g' configure sed -i 's|libproj.so|libproj.so.%{proj_somaj}|g' ogr/ogrct.cpp # Fix Python installation path -sed -i 's|setup.py install|setup.py install --root=%{buildroot}|' swig/python/GNUmakefile +sed -i 's|setup.py install|setup.py install --root=$DESTDIR|' swig/python/GNUmakefile # Fix Python samples to depend on correct interpreter mkdir -p swig/python3/samples @@ -887,6 +887,9 @@ popd #Or as before, using ldconfig %changelog +* Tue Feb 13 2018 Pavel Raiskup - 2.2.3-9 +- silence some rpmlint warnings + * Tue Feb 13 2018 Tom Hughes - 2.2.3-8 - Add patch for bug by node-gdal tests and fixed upstream