pspec.xml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtdb</Name>
  6. <Homepage>https://tdb.samba.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3+</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Trivial database library</Summary>
  15. <Description>libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other.</Description>
  16. <Archive sha1sum="284c7927ca381502cda87631945808f69833c582" type="targz">https://www.samba.org/ftp/tdb/tdb-1.4.10.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libxslt</Dependency>
  19. <Dependency>libtirpc-devel</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>docbook-xsl</Dependency>
  22. <Dependency>libbsd-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>libtdb</Name>
  29. <RuntimeDependencies>
  30. <Dependency>python3</Dependency>
  31. <Dependency>libbsd</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/bin</Path>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>libtdb-devel</Name>
  42. <Summary>Development files for libtdb</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">libtdb</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  49. <Path fileType="header">/usr/include</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>libtdb-32bit</Name>
  54. <PartOf>emul32</PartOf>
  55. <Summary>32-bit shared libraries for libtdb</Summary>
  56. <BuildType>_emul32</BuildType>
  57. <BuildDependencies>
  58. <Dependency>libgcc</Dependency>
  59. </BuildDependencies>
  60. <RuntimeDependencies>
  61. <Dependency release="current">libtdb</Dependency>
  62. <Dependency>libgcc</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="library">/usr/lib32</Path>
  66. </Files>
  67. </Package>
  68. <History>
  69. <Update release="16">
  70. <Date>2024-01-30</Date>
  71. <Version>1.4.10</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="15">
  77. <Date>2023-10-17</Date>
  78. <Version>1.4.9</Version>
  79. <Comment>Rebuild.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="14">
  84. <Date>2023-09-08</Date>
  85. <Version>1.4.9</Version>
  86. <Comment>Version bump.</Comment>
  87. <Name>Mustafa Cinasal</Name>
  88. <Email>muscnsl@gmail.com</Email>
  89. </Update>
  90. <Update release="13">
  91. <Date>2023-03-29</Date>
  92. <Version>1.4.8</Version>
  93. <Comment>Version bump.</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@gmail.com</Email>
  96. </Update>
  97. <Update release="12">
  98. <Date>2023-01-20</Date>
  99. <Version>1.4.8</Version>
  100. <Comment>Version bump.</Comment>
  101. <Name>Mustafa Cinasal</Name>
  102. <Email>muscnsl@gmail.com</Email>
  103. </Update>
  104. <Update release="11">
  105. <Date>2022-06-10</Date>
  106. <Version>1.4.7</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Mustafa Cinasal</Name>
  109. <Email>muscnsl@gmail.com</Email>
  110. </Update>
  111. <Update release="10">
  112. <Date>2021-10-23</Date>
  113. <Version>1.4.5</Version>
  114. <Comment>Version bump.</Comment>
  115. <Name>Mustafa Cinasal</Name>
  116. <Email>muscnsl@gmail.com</Email>
  117. </Update>
  118. <Update release="9">
  119. <Date>2020-12-17</Date>
  120. <Version>1.4.3</Version>
  121. <Comment>Rebuild 32bit.</Comment>
  122. <Name>Mustafa Cinasal</Name>
  123. <Email>muscnsl@gmail.com</Email>
  124. </Update>
  125. <Update release="8">
  126. <Date>2020-01-14</Date>
  127. <Version>1.4.3</Version>
  128. <Comment>Version bump.</Comment>
  129. <Name>İdris Kalp</Name>
  130. <Email>idriskalp@gmail.com</Email>
  131. </Update>
  132. <Update release="7">
  133. <Date>2018-08-03</Date>
  134. <Version>1.3.16</Version>
  135. <Comment>Rebuild.</Comment>
  136. <Name>Mustafa Cinasal</Name>
  137. <Email>muscnsl@gmail.com</Email>
  138. </Update>
  139. <Update release="6">
  140. <Date>2018-08-03</Date>
  141. <Version>1.3.15</Version>
  142. <Comment>Rebuild.</Comment>
  143. <Name>Mustafa Cinasal</Name>
  144. <Email>muscnsl@gmail.com</Email>
  145. </Update>
  146. <Update release="5">
  147. <Date>2018-05-08</Date>
  148. <Version>1.3.15</Version>
  149. <Comment>Version Bump.</Comment>
  150. <Name>Mustafa Cinasal</Name>
  151. <Email>muscnsl@gmail.com</Email>
  152. </Update>
  153. <Update release="4">
  154. <Date>2017-02-09</Date>
  155. <Version>1.3.12</Version>
  156. <Comment>Release bump.</Comment>
  157. <Name>Stefan Gronewold</Name>
  158. <Email>groni@pisilinux.org</Email>
  159. </Update>
  160. <Update release="3">
  161. <Date>2016-07-24</Date>
  162. <Version>1.3.8</Version>
  163. <Comment>Version Bump</Comment>
  164. <Name>Ergün Salman</Name>
  165. <Email>poyraz76@pisilinux.org</Email>
  166. </Update>
  167. <Update release="2">
  168. <Date>2016-06-08</Date>
  169. <Version>1.3.7</Version>
  170. <Comment>Release Bump</Comment>
  171. <Name>Pisi Linux Community</Name>
  172. <Email>admin@pisilinux.org</Email>
  173. </Update>
  174. <Update release="1">
  175. <Date>2015-07-30</Date>
  176. <Version>1.3.7</Version>
  177. <Comment>First release</Comment>
  178. <Name>Ertuğrul Erata</Name>
  179. <Email>ertugrulerata@gmail.com</Email>
  180. </Update>
  181. </History>
  182. </PISI>