pspec.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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="fe7169014b49d9c191fd181893b233b3accf5c07" type="tarbz2">https://ftp.postgresql.org/pub/source/v16.4/postgresql-16.4.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>mit-kerberos-devel</Dependency>
  18. <Dependency>e2fsprogs-devel</Dependency>
  19. <Dependency>pam-devel</Dependency>
  20. <Dependency>icu4c-devel</Dependency>
  21. <Dependency>readline-devel</Dependency>
  22. <Dependency>lz4-devel</Dependency>
  23. <Dependency>zlib-devel</Dependency>
  24. <Dependency>python3-devel</Dependency>
  25. <Dependency>openssl-devel</Dependency>
  26. <Dependency>tcl-devel</Dependency>
  27. <Dependency>libxslt-devel</Dependency>
  28. <Dependency>libxml2-devel</Dependency>
  29. <Dependency versionFrom="2.6.8">openldap-server</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch level="1">0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>postgresql-server</Name>
  37. <IsA>service</IsA>
  38. <RuntimeDependencies>
  39. <Dependency>pam</Dependency>
  40. <Dependency>lz4</Dependency>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>icu4c</Dependency>
  43. <Dependency>libxml2</Dependency>
  44. <Dependency>libxslt</Dependency>
  45. <Dependency>openssl</Dependency>
  46. <Dependency>python3</Dependency>
  47. <Dependency>readline</Dependency>
  48. <Dependency>mit-kerberos</Dependency>
  49. <Dependency>openldap-client</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="executable">/usr/bin/clusterdb</Path>
  53. <Path fileType="executable">/usr/bin/reindexdb</Path>
  54. <Path fileType="executable">/usr/bin/pgbench</Path>
  55. <Path fileType="executable">/usr/bin/initdb</Path>
  56. <Path fileType="executable">/usr/bin/psql</Path>
  57. <Path fileType="executable">/usr/bin/ecpg</Path>
  58. <Path fileType="executable">/usr/bin/oid2name</Path>
  59. <Path fileType="executable">/usr/bin/postgresql</Path>
  60. <Path fileType="executable">/usr/bin/pg_*</Path>
  61. <Path fileType="executable">/usr/bin/creat*</Path>
  62. <Path fileType="executable">/usr/bin/vacuum*</Path>
  63. <Path fileType="executable">/usr/bin/drop*</Path>
  64. <Path fileType="executable">/usr/bin/post*</Path>
  65. <Path fileType="executable">/usr/bin/pg_config</Path>
  66. <Path fileType="config">/etc</Path>
  67. <Path fileType="localedata">/usr/share/locale</Path>
  68. <Path fileType="data">/usr/share/postgresql/contrib</Path>
  69. <Path fileType="data">/usr/share/postgresql/extension</Path>
  70. <Path fileType="data">/usr/share/postgresql/tsearch_data</Path>
  71. <Path fileType="data">/usr/share/postgresql/timezonesets</Path>
  72. <Path fileType="data">/usr/lib/postgresql/pgxs</Path>
  73. <Path fileType="man">/usr/share/man</Path>
  74. <Path fileType="library">/usr/lib/postgresql/a*</Path>
  75. <Path fileType="library">/usr/lib/postgresql/b*</Path>
  76. <Path fileType="library">/usr/lib/postgresql/c*</Path>
  77. <Path fileType="library">/usr/lib/postgresql/d*</Path>
  78. <Path fileType="library">/usr/lib/postgresql/e*</Path>
  79. <Path fileType="library">/usr/lib/postgresql/f*</Path>
  80. <Path fileType="library">/usr/lib/postgresql/h*</Path>
  81. <Path fileType="library">/usr/lib/postgresql/i*</Path>
  82. <Path fileType="library">/usr/lib/postgresql/j*</Path>
  83. <Path fileType="library">/usr/lib/postgresql/l*</Path>
  84. <Path fileType="library">/usr/lib/postgresql/m*</Path>
  85. <Path fileType="library">/usr/lib/postgresql/o*</Path>
  86. <Path fileType="library">/usr/lib/postgresql/pa*</Path>
  87. <Path fileType="library">/usr/lib/postgresql/pg*</Path>
  88. <Path fileType="library">/usr/lib/postgresql/plpgsql.so</Path>
  89. <Path fileType="library">/usr/lib/postgresql/plpython3.so</Path>
  90. <Path fileType="library">/usr/lib/postgresql/po*</Path>
  91. <Path fileType="library">/usr/lib/postgresql/r*</Path>
  92. <Path fileType="library">/usr/lib/postgresql/s*</Path>
  93. <Path fileType="library">/usr/lib/postgresql/t*</Path>
  94. <Path fileType="library">/usr/lib/postgresql/u*</Path>
  95. <Path fileType="library">/usr/lib/postgresql/_int*</Path>
  96. <Path fileType="library">/usr/lib/lib*</Path>
  97. <Path fileType="data">/usr/share/postgresql/s*</Path>
  98. <Path fileType="library">/usr/lib/postgresql/utf8*</Path>
  99. <Path fileType="data">/usr/share/postgresql/p*</Path>
  100. <Path fileType="data">/usr/share/postgresql/information_schema.sql</Path>
  101. <Path fileType="data">/usr/share/postgresql/errcodes.txt</Path>
  102. <Path fileType="data">/usr/share/postgresql/fix-CVE-2024-4317.sql</Path>
  103. <Path fileType="data">/var/lib</Path>
  104. </Files>
  105. <AdditionalFiles>
  106. <AdditionalFile target="/etc/conf.d/postgresql" owner="root" permission="0644">postgresql.conf-8</AdditionalFile>
  107. </AdditionalFiles>
  108. <Provides>
  109. <COMAR script="package.py">System.Package</COMAR>
  110. <COMAR script="service.py">System.Service</COMAR>
  111. </Provides>
  112. </Package>
  113. <Package>
  114. <Name>postgresql-pl</Name>
  115. <RuntimeDependencies>
  116. <Dependency>tcl</Dependency>
  117. <Dependency>perl</Dependency>
  118. </RuntimeDependencies>
  119. <Files>
  120. <Path fileType="executable">/usr/bin/pltcl_listmod</Path>
  121. <Path fileType="executable">/usr/bin/pltcl_loadmod</Path>
  122. <Path fileType="executable">/usr/bin/pltcl_delmod</Path>
  123. <Path fileType="library">/usr/lib/postgresql/plperl.so</Path>
  124. <Path fileType="library">/usr/lib/postgresql/plpython.so</Path>
  125. <Path fileType="library">/usr/lib/postgresql/pltcl.so</Path>
  126. <Path fileType="data">/usr/share/postgresql/unknown.pltcl</Path>
  127. </Files>
  128. </Package>
  129. <Package>
  130. <Name>postgresql-doc</Name>
  131. <IsA>data:doc</IsA>
  132. <Summary>Postgresql documents</Summary>
  133. <Description>Additional documentation for PostgreSQL.</Description>
  134. <Files>
  135. <Path fileType="doc">/usr/share/doc</Path>
  136. </Files>
  137. </Package>
  138. <Package>
  139. <Name>postgresql-lib</Name>
  140. <IsA>library</IsA>
  141. <Summary>Essential shared libraries for any PostgreSQL client program or interface</Summary>
  142. <RuntimeDependencies>
  143. <Dependency release="current">postgresql-server</Dependency>
  144. <Dependency>openssl-devel</Dependency>
  145. </RuntimeDependencies>
  146. <Files>
  147. <Path fileType="header">/usr/include</Path>
  148. <Path fileType="library">/usr/lib/pkgconfig</Path>
  149. </Files>
  150. </Package>
  151. <History>
  152. <Update release="16">
  153. <Date>2024-12-17</Date>
  154. <Version>16.4</Version>
  155. <Comment>Rebuild.</Comment>
  156. <Name>Pisi Linux Community</Name>
  157. <Email>admin@pisilinux.org</Email>
  158. </Update>
  159. <Update release="15">
  160. <Date>2024-08-10</Date>
  161. <Version>16.4</Version>
  162. <Comment>Version bump.</Comment>
  163. <Name>Pisi Linux Community</Name>
  164. <Email>admin@pisilinux.org</Email>
  165. </Update>
  166. <Update release="14">
  167. <Date>2024-06-03</Date>
  168. <Version>16.2</Version>
  169. <Comment>Version bump.</Comment>
  170. <Name>Pisi Linux Community</Name>
  171. <Email>admin@pisilinux.org</Email>
  172. </Update>
  173. <Update release="13">
  174. <Date>2024-05-18</Date>
  175. <Version>15.4</Version>
  176. <Comment>Rebuild.</Comment>
  177. <Name>Mustafa Cinasal</Name>
  178. <Email>muscnsl@gmail.com</Email>
  179. </Update>
  180. <Update release="12">
  181. <Date>2023-11-23</Date>
  182. <Version>15.4</Version>
  183. <Comment>Version bump.</Comment>
  184. <Name>Mustafa Cinasal</Name>
  185. <Email>muscnsl@gmail.com</Email>
  186. </Update>
  187. <Update release="11">
  188. <Date>2023-11-05</Date>
  189. <Version>15.3</Version>
  190. <Comment>Rebuild python-3.10</Comment>
  191. <Name>Ayhan Yalçınsoy</Name>
  192. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  193. </Update>
  194. <Update release="10">
  195. <Date>2023-07-21</Date>
  196. <Version>15.3</Version>
  197. <Comment>Fixed server running issue and file paths</Comment>
  198. <Name>Ayhan Yalçınsoy</Name>
  199. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  200. </Update>
  201. <Update release="9">
  202. <Date>2023-05-27</Date>
  203. <Version>15.3</Version>
  204. <Comment>Version bump.</Comment>
  205. <Name>Mustafa Cinasal</Name>
  206. <Email>muscnsl@gmail.com</Email>
  207. </Update>
  208. <Update release="8">
  209. <Date>2023-05-06</Date>
  210. <Version>14.6</Version>
  211. <Comment>Rebuild.</Comment>
  212. <Name>Mustafa Cinasal</Name>
  213. <Email>muscnsl@gmail.com</Email>
  214. </Update>
  215. <Update release="7">
  216. <Date>2023-01-23</Date>
  217. <Version>14.6</Version>
  218. <Comment>Version bump.</Comment>
  219. <Name>Mustafa Cinasal</Name>
  220. <Email>muscnsl@gmail.com</Email>
  221. </Update>
  222. <Update release="6">
  223. <Date>2020-11-06</Date>
  224. <Version>12.1</Version>
  225. <Comment>Rebuild</Comment>
  226. <Name>Pisi Linux Community</Name>
  227. <Email>admin@pisilinux.org</Email>
  228. </Update>
  229. <Update release="5">
  230. <Date>2020-01-15</Date>
  231. <Version>12.1</Version>
  232. <Comment>Release Bump</Comment>
  233. <Name>Pisi Linux Community</Name>
  234. <Email>admin@pisilinux.org</Email>
  235. </Update>
  236. <Update release="4">
  237. <Date>2018-08-03</Date>
  238. <Version>10.2</Version>
  239. <Comment>Release Bump</Comment>
  240. <Name>Pisi Linux Community</Name>
  241. <Email>admin@pisilinux.org</Email>
  242. </Update>
  243. <Update release="3">
  244. <Date>2017-09-20</Date>
  245. <Version>9.6.2</Version>
  246. <Comment>Release bump.</Comment>
  247. <Name>Stefan Gronewold</Name>
  248. <Email>groni@pisilinux.org</Email>
  249. </Update>
  250. <Update release="2">
  251. <Date>2016-06-08</Date>
  252. <Version>9.3.9</Version>
  253. <Comment>Release Bump</Comment>
  254. <Name>Pisi Linux Community</Name>
  255. <Email>admin@pisilinux.org</Email>
  256. </Update>
  257. <Update release="1">
  258. <Date>2015-07-03</Date>
  259. <Version>9.3.9</Version>
  260. <Comment>First release</Comment>
  261. <Name>Ertuğrul Erata</Name>
  262. <Email>ertugrulerata@gmail.com</Email>
  263. </Update>
  264. </History>
  265. </PISI>