1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ogdi</Name>
- <Homepage>http://ogdi.sourceforge.net</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>as-is</License>
- <IsA>library</IsA>
- <Summary>Open Geographical Datastore Interface, a GIS support library</Summary>
- <Description>OGDI is an application programming interface (API) that uses a standardized access methods to work in conjunction with GIS software packages (the application) and various geospatial data products.</Description>
- <Archive sha1sum="3bbd25a6a72718519f01e642bf6fd84e0975487d" type="targz">mirrors://sourceforge/ogdi/ogdi-3.2.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>proj-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">ogdi-3.1.6-fpic.patch</Patch>
- <!--Patch level="1">patch_for_proj48_redhat.patch</Patch-->
- </Patches>
- </Source>
- <Package>
- <Name>ogdi</Name>
- <RuntimeDependencies>
- <Dependency>proj</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>expat</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>ogdi-devel</Name>
- <Summary>Development files for ogdi</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ogdi</Dependency>
- <Dependency>proj-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-04-15</Date>
- <Version>3.2.0</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>3.2.0_beta2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-31</Date>
- <Version>3.2.0_beta2</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|