postgis need postgresql-server
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
<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="615f86c34ed4431383432d34f4b6d558c71fb94f" type="targz">http://download.osgeo.org/postgis/source/postgis-2.2.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--Dependency>gtk2-devel</Dependency-->
|
||||
<Dependency>proj-devel</Dependency>
|
||||
<Dependency>gdal-devel</Dependency>
|
||||
<Dependency>geos-devel</Dependency>
|
||||
@@ -22,7 +21,6 @@
|
||||
<Dependency>postgresql-lib</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<!--Dependency>imagemagick-devel</Dependency-->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -37,6 +35,7 @@
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>json-c</Dependency>
|
||||
<Dependency>postgresql-lib</Dependency>
|
||||
<Dependency>postgresql-server</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
|
||||
Reference in New Issue
Block a user