Merge pull request #4512 from Rmys/master

gdal-2.2.3:ver.bump
This commit is contained in:
Rmys
2018-02-16 03:23:04 +03:00
committed by GitHub
3 changed files with 24 additions and 4 deletions
+2 -2
View File
@@ -84,7 +84,7 @@ def install():
pisitools.domove("/usr/man/man3/*", "/usr/share/man/man3")
pisitools.removeDir("/usr/man/")
pisitools.domove("/usr/etc/bash_completion.d/*", "/etc/bash_completion.d")
pisitools.removeDir("/usr/etc")
#pisitools.domove("/usr/etc/bash_completion.d/*", "/etc/bash_completion.d")
#pisitools.removeDir("/usr/etc")
perlmodules.removePodfiles()
@@ -0,0 +1,13 @@
Index: gdal-2.2.3-fedora/scripts/GNUmakefile
===================================================================
--- gdal-2.2.3-fedora.orig/scripts/GNUmakefile
+++ gdal-2.2.3-fedora/scripts/GNUmakefile
@@ -5,6 +5,6 @@ completion:
install:
if test "x`pkg-config --version 2>/dev/null`" != "x" -a "x`pkg-config --variable=compatdir bash-completion`" != "x"; then \
- $(INSTALL_DIR) $(DESTDIR)${prefix}`pkg-config --variable=compatdir bash-completion` ; \
- cp gdal-bash-completion.sh $(DESTDIR)${prefix}`pkg-config --variable=compatdir bash-completion`; \
+ $(INSTALL_DIR) $(DESTDIR)`pkg-config --variable=compatdir bash-completion` ; \
+ $(INSTALL_DATA) gdal-bash-completion.sh $(DESTDIR)`pkg-config --variable=compatdir bash-completion`/gdal; \
fi
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A translator library for raster geospatial data formats (includes OGR support)</Summary>
<Description>GDAL is a translator library for raster geospatial data formats which presents a single abstract data model to the calling application for all supported formats.</Description>
<Archive sha1sum="701c51b8ec009523aedc166f080076398a2037ee" type="targz">http://download.osgeo.org/gdal/2.2.0/gdal-2.2.0.tar.gz</Archive>
<Archive sha1sum="ba2bb0b7aedd227afc9541d13a857f967285db3c" type="targz">http://download.osgeo.org/gdal/2.2.3/gdal-2.2.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>bash-completion</Dependency>
<Dependency>python-numpy</Dependency>
@@ -42,7 +42,7 @@
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
<Patches>
<!--Patch>gdal-python-install.patch</Patch-->
<Patch>gdal-completion.patch</Patch>
</Patches>
</Source>
@@ -131,6 +131,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-02-15</Date>
<Version>2.2.3</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-14</Date>
<Version>2.2.0</Version>