pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lmdb</Name>
  6. <Homepage>http://symas.com/mdb/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>OpenLDAP</License>
  12. <License>custom</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Symas Lightning Memory-Mapped Database</Summary>
  16. <Description>An ultra-fast, ultra-compact key-value embedded data store.</Description>
  17. <Archive sha1sum="976fe51d5ca7536cb6580cee848c1dd44695dfd4" type="tarbz2">https://git.openldap.org/openldap/openldap/-/archive/LMDB_0.9.32/openldap-LMDB_0.9.32.tar.bz2</Archive>
  18. <AdditionalFiles>
  19. <AdditionalFile owner="root" permission="0644" target="libraries/liblmdb/lmdb.pc">lmdb.pc</AdditionalFile>
  20. </AdditionalFiles>
  21. </Source>
  22. <Package>
  23. <Name>lmdb</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>lmdb-devel</Name>
  33. <Summary>Development files for lmdb</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">lmdb</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="library">/usr/lib/pkgconfig</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="11">
  44. <Date>2024-01-30</Date>
  45. <Version>0.9.32</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="10">
  51. <Date>2023-07-11</Date>
  52. <Version>0.9.31</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="9">
  58. <Date>2023-03-29</Date>
  59. <Version>0.9.30</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="7">
  65. <Date>2023-02-09</Date>
  66. <Version>0.9.30</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="6">
  72. <Date>2021-06-20</Date>
  73. <Version>0.9.29</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="5">
  79. <Date>2020-01-19</Date>
  80. <Version>0.9.24</Version>
  81. <Comment>Version bump</Comment>
  82. <Name>İdris Kalp</Name>
  83. <Email>idriskalp@gmail.com</Email>
  84. </Update>
  85. <Update release="4">
  86. <Date>2018-08-10</Date>
  87. <Version>0.9.21</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="3">
  93. <Date>2017-02-09</Date>
  94. <Version>0.9.19</Version>
  95. <Comment>Release bump.</Comment>
  96. <Name>Stefan Gronewold</Name>
  97. <Email>groni@pisilinux.org</Email>
  98. </Update>
  99. <Update release="2">
  100. <Date>2016-06-08</Date>
  101. <Version>0.9.16</Version>
  102. <Comment>Release Bump</Comment>
  103. <Name>Pisi Linux Community</Name>
  104. <Email>admin@pisilinux.org</Email>
  105. </Update>
  106. <Update release="1">
  107. <Date>2015-08-28</Date>
  108. <Version>0.9.16</Version>
  109. <Comment>First release</Comment>
  110. <Name>Ertuğrul Erata</Name>
  111. <Email>ertugrulerata@gmail.com</Email>
  112. </Update>
  113. </History>
  114. </PISI>