postgis : major upgrade

This commit is contained in:
bluedevil
2020-09-29 03:11:34 +02:00
parent ac4eda8354
commit 857cc3ec3e
3 changed files with 23 additions and 15 deletions
+7 -4
View File
@@ -5,20 +5,23 @@
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
autotools.configure()
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make("-j1")
def install():
autotools.rawInstall('DESTDIR=%s' % get.installDIR())
pisitools.dodoc("ChangeLog", "CREDITS", "NEWS", "README.postgis", "STYLE", "TODO")
pisitools.dodoc("README*", "LICENSE*", "COPYING", "SECURITY*")
+16 -10
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>postgis</Name>
@@ -8,48 +8,54 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>science.gis</PartOf>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Adds support for geographic objects to PostgreSQL</Summary>
<Description>PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information systems (GIS), much like ESRI's SDE or Oracle's Spatial extension.</Description>
<Archive sha1sum="5d5b9a6e67ca60b88bb9408524af9626997eaeb9" type="targz">http://download.osgeo.org/postgis/source/postgis-2.5.3.tar.gz</Archive>
<Archive sha1sum="3a2fa02274504d9a6114c1bab0dcbf273d8b47a6" type="targz">http://download.osgeo.org/postgis/source/postgis-3.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>proj-devel</Dependency>
<Dependency>gdal-devel</Dependency>
<Dependency>geos-devel</Dependency>
<Dependency>json-c-devel</Dependency>
<Dependency>postgresql-lib</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>postgresql-lib</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>postgis</Name>
<Summary>Adds support for geographic objects to PostgreSQL</Summary>
<RuntimeDependencies>
<Dependency>proj</Dependency>
<Dependency>gdal</Dependency>
<Dependency>geos</Dependency>
<Dependency>zlib</Dependency>
<Dependency>json-c</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>json-c</Dependency>
<Dependency>postgresql-lib</Dependency>
<Dependency>postgresql-server</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2020-09-25</Date>
<Version>3.0.2</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2019-11-18</Date>
<Version>2.5.3</Version>
-1
View File
@@ -6,4 +6,3 @@
<Description xml:lang="tr">postgis, PostgreSQL nesne yönelimli veritabanı için coğrafi nesneler ekleme desteği sağlayan bir pakettir. Gerçekte postgis, coğrafi bilgi sistemleri için kullanılan spatial veritabanı bağlayıcısında olduğu gibi (daha çok ESRI'nin SDE'sine veya Oracle'in Spatial eklentisine benzer) PostgreSQL sunucusunda da benzer işleri yapabilmenizi sağlar.</Description>
</Source>
</PISI>