pspec.xml 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>postgresql</Name>
  6. <Homepage>http://www.postgresql.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>service</IsA>
  13. <Summary>A powerful, open source relational database system</Summary>
  14. <Description>PostgreSQL is a powerful, open source relational database system.</Description>
  15. <Archive sha1sum="0ff14271b42233666c4831ac0152b2ea069fdf9d" type="tarbz2">https://ftp.postgresql.org/pub/source/v9.6.2/postgresql-9.6.2.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>mit-kerberos</Dependency>
  18. <Dependency>e2fsprogs-devel</Dependency>
  19. <Dependency>pam-devel</Dependency>
  20. <Dependency>readline-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>python-devel</Dependency>
  23. <Dependency>openssl-devel</Dependency>
  24. <Dependency>tcl-devel</Dependency>
  25. <Dependency>libxslt-devel</Dependency>
  26. <Dependency>libxml2-devel</Dependency>
  27. <Dependency>openldap-server</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!--Patch level="1">backend_po_translation.patch</Patch-->
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>postgresql-lib</Name>
  35. <IsA>library</IsA>
  36. <Summary>Essential shared libraries for any PostgreSQL client program or interface</Summary>
  37. <RuntimeDependencies>
  38. <Dependency>mit-kerberos</Dependency>
  39. <Dependency>python</Dependency>
  40. <Dependency>zlib</Dependency>
  41. <Dependency>libxml2</Dependency>
  42. <Dependency>openssl</Dependency>
  43. <Dependency>e2fsprogs</Dependency>
  44. <Dependency>libxslt</Dependency>
  45. <Dependency>openldap-client</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="library">/usr/lib/pkgconfig</Path>
  51. <Path fileType="data">/usr/share/postgresql</Path>
  52. <Path fileType="executable">/usr/bin/pg_config</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>postgresql-doc</Name>
  57. <IsA>data:doc</IsA>
  58. <Summary>Postgresql documents</Summary>
  59. <Description>Additional documentation for PostgreSQL.</Description>
  60. <RuntimeDependencies>
  61. <Dependency release="current">postgresql-lib</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="doc">/usr/share/doc</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>postgresql-server</Name>
  69. <IsA>service</IsA>
  70. <RuntimeDependencies>
  71. <Dependency release="current">postgresql-lib</Dependency>
  72. <Dependency>pam</Dependency>
  73. <Dependency>zlib</Dependency>
  74. <Dependency>libxml2</Dependency>
  75. <Dependency>openssl</Dependency>
  76. <Dependency>readline</Dependency>
  77. <Dependency>e2fsprogs</Dependency>
  78. <Dependency>mit-kerberos</Dependency>
  79. <Dependency>openldap-client</Dependency>
  80. </RuntimeDependencies>
  81. <Files>
  82. <Path fileType="config">/etc</Path>
  83. <Path fileType="executable">/usr/bin</Path>
  84. <Path fileType="localedata">/usr/share/locale</Path>
  85. <Path fileType="data">/usr/share/postgresql/contrib</Path>
  86. <Path fileType="man">/usr/share/man</Path>
  87. <Path fileType="data">/var/lib</Path>
  88. </Files>
  89. <AdditionalFiles>
  90. <AdditionalFile target="/etc/conf.d/postgresql" owner="root" permission="0644">postgresql.conf-8</AdditionalFile>
  91. </AdditionalFiles>
  92. <Provides>
  93. <COMAR script="package.py">System.Package</COMAR>
  94. <COMAR script="service.py">System.Service</COMAR>
  95. </Provides>
  96. </Package>
  97. <Package>
  98. <Name>postgresql-pl</Name>
  99. <RuntimeDependencies>
  100. <Dependency release="current">postgresql-lib</Dependency>
  101. <Dependency>tcl</Dependency>
  102. <Dependency>perl</Dependency>
  103. </RuntimeDependencies>
  104. <Files>
  105. <Path fileType="executable">/usr/bin/pltcl_listmod</Path>
  106. <Path fileType="executable">/usr/bin/pltcl_loadmod</Path>
  107. <Path fileType="executable">/usr/bin/pltcl_delmod</Path>
  108. <Path fileType="library">/usr/lib/postgresql/plperl.so</Path>
  109. <Path fileType="library">/usr/lib/postgresql/plpython.so</Path>
  110. <Path fileType="library">/usr/lib/postgresql/pltcl.so</Path>
  111. <Path fileType="data">/usr/share/postgresql/unknown.pltcl</Path>
  112. </Files>
  113. </Package>
  114. <History>
  115. <Update release="3">
  116. <Date>2017-09-20</Date>
  117. <Version>9.6.2</Version>
  118. <Comment>Release bump.</Comment>
  119. <Name>Stefan Gronewold</Name>
  120. <Email>groni@pisilinux.org</Email>
  121. </Update>
  122. <Update release="2">
  123. <Date>2016-06-08</Date>
  124. <Version>9.3.9</Version>
  125. <Comment>Release Bump</Comment>
  126. <Name>Pisi Linux Community</Name>
  127. <Email>admin@pisilinux.org</Email>
  128. </Update>
  129. <Update release="1">
  130. <Date>2015-07-03</Date>
  131. <Version>9.3.9</Version>
  132. <Comment>First release</Comment>
  133. <Name>Ertuğrul Erata</Name>
  134. <Email>ertugrulerata@gmail.com</Email>
  135. </Update>
  136. </History>
  137. </PISI>