pspec.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>postgresql</Name>
  6. <Homepage>http://www.postgresql.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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="5f52c77f67f9dd169eaed2afe448afef626573b7" type="targz">https://ftp.postgresql.org/pub/source/v12.3/postgresql-12.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>mit-kerberos</Dependency>
  18. <Dependency>tcl-devel</Dependency>
  19. <Dependency>python3-libxml2</Dependency>
  20. <Dependency>openldap-server</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!--Patch level="1">backend_po_translation.patch</Patch-->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>postgresql-lib</Name>
  28. <IsA>library</IsA>
  29. <Summary>Essential shared libraries for any PostgreSQL client program or interface</Summary>
  30. <RuntimeDependencies>
  31. <Dependency>mit-kerberos</Dependency>
  32. <Dependency>python3-libxml2</Dependency>
  33. <Dependency>openldap-client</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/share/postgresql</Path>
  39. <Path fileType="executable">/usr/bin/pg_config</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>postgresql-doc</Name>
  44. <IsA>data:doc</IsA>
  45. <Summary>Postgresql documents</Summary>
  46. <Description>Additional documentation for PostgreSQL.</Description>
  47. <RuntimeDependencies>
  48. <Dependency release="current">postgresql-lib</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="doc">/usr/share/doc</Path>
  52. </Files>
  53. </Package>
  54. <Package>
  55. <Name>postgresql-server</Name>
  56. <IsA>service</IsA>
  57. <RuntimeDependencies>
  58. <Dependency release="current">postgresql-lib</Dependency>
  59. <Dependency>python3-libxml2</Dependency>
  60. <Dependency>mit-kerberos</Dependency>
  61. <Dependency>openldap-client</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="config">/etc</Path>
  65. <Path fileType="executable">/usr/bin</Path>
  66. <Path fileType="localedata">/usr/share/locale</Path>
  67. <Path fileType="data">/usr/share/postgresql/contrib</Path>
  68. <Path fileType="man">/usr/share/man</Path>
  69. <Path fileType="data">/var/lib</Path>
  70. </Files>
  71. <AdditionalFiles>
  72. <AdditionalFile owner="root" permission="0755" target="/etc/lib/tmpfiles.d/postgresql.conf">postgresql.tmpfiles</AdditionalFile>
  73. <AdditionalFile owner="root" permission="0755" target="/etc/init.d/postgresql">postgresql.initd</AdditionalFile>
  74. <AdditionalFile target="/etc/conf.d/postgresql" owner="root" permission="0644">postgresql.confd</AdditionalFile>
  75. </AdditionalFiles>
  76. <Provides>
  77. <SCOM script="package.py">System.Package</SCOM>
  78. <SCOM script="service.py">System.Service</SCOM>
  79. </Provides>
  80. </Package>
  81. <Package>
  82. <Name>postgresql-pl</Name>
  83. <RuntimeDependencies>
  84. <Dependency release="current">postgresql-lib</Dependency>
  85. <Dependency>tcl</Dependency>
  86. </RuntimeDependencies>
  87. <Files>
  88. <Path fileType="executable">/usr/bin/pltcl_listmod</Path>
  89. <Path fileType="executable">/usr/bin/pltcl_loadmod</Path>
  90. <Path fileType="executable">/usr/bin/pltcl_delmod</Path>
  91. <Path fileType="library">/usr/lib/postgresql/plperl.so</Path>
  92. <Path fileType="library">/usr/lib/postgresql/plpython.so</Path>
  93. <Path fileType="library">/usr/lib/postgresql/pltcl.so</Path>
  94. <Path fileType="data">/usr/share/postgresql/unknown.pltcl</Path>
  95. </Files>
  96. </Package>
  97. <History>
  98. <Update release="3">
  99. <Date>2020-07-01</Date>
  100. <Version>12.3</Version>
  101. <Comment>Version bump to 12.3</Comment>
  102. <Name>Suleyman Poyraz</Name>
  103. <Email>zaryob.dev@gmail.com</Email>
  104. </Update>
  105. <Update release="2">
  106. <Date>2019-10-25</Date>
  107. <Version>12.0</Version>
  108. <Comment>First release</Comment>
  109. <Name>postOps uyumluluğu</Name>
  110. <Email>zaryob.dev@gmail.com</Email>
  111. </Update>
  112. <Update release="1">
  113. <Date>2019-10-25</Date>
  114. <Version>12.0</Version>
  115. <Comment>First release</Comment>
  116. <Name>Süleyman Poyraz</Name>
  117. <Email>zaryob.dev@gmail.com</Email>
  118. </Update>
  119. </History>
  120. </INARY>