pspec.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ogdi</Name>
  6. <Homepage>http://ogdi.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>Open Geographical Datastore Interface, a GIS support library</Summary>
  14. <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>
  15. <Archive sha1sum="3bbd25a6a72718519f01e642bf6fd84e0975487d" type="targz">mirrors://sourceforge/ogdi/ogdi-3.2.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>proj-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>expat-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">ogdi-3.1.6-fpic.patch</Patch>
  23. <!--Patch level="1">patch_for_proj48_redhat.patch</Patch-->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>ogdi</Name>
  28. <RuntimeDependencies>
  29. <Dependency>proj</Dependency>
  30. <Dependency>zlib</Dependency>
  31. <Dependency>expat</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>ogdi-devel</Name>
  41. <Summary>Development files for ogdi</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">ogdi</Dependency>
  44. <Dependency>proj-devel</Dependency>
  45. <Dependency>zlib-devel</Dependency>
  46. <Dependency>expat-devel</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="library">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="3">
  55. <Date>2017-04-15</Date>
  56. <Version>3.2.0</Version>
  57. <Comment>Rebuild with new toolchain</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>3.2.0_beta2</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2014-05-31</Date>
  70. <Version>3.2.0_beta2</Version>
  71. <Comment>First release</Comment>
  72. <Name>Alihan Öztürk</Name>
  73. <Email>alihan@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>