pspec.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtevent</Name>
  6. <Homepage>http://tevent.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. <Summary>Event system based on the talloc memory management library</Summary>
  14. <Description>libtevent is an event system based on the talloc memory management library. It is the core event system used in Samba. Tevent has support for many event types, including timers, signals, and the classic file descriptor events.</Description>
  15. <Archive sha1sum="bde372b64502be8b4e33b3fadf192befdcfd5e0d" type="targz">https://www.samba.org/ftp/tevent/tevent-0.15.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. <Dependency>libbsd-devel</Dependency>
  20. <Dependency>gdb-devel</Dependency>
  21. <Dependency versionFrom="2.4.1">libtalloc-devel</Dependency>
  22. <Dependency>libxslt</Dependency>
  23. <Dependency>docbook-xsl</Dependency>
  24. <Dependency>libtirpc-devel</Dependency>
  25. <Dependency>rpcsvc-proto-devel</Dependency>
  26. <Dependency>cmocka-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>libtevent</Name>
  31. <RuntimeDependencies>
  32. <Dependency versionFrom="2.4.0">libtalloc</Dependency>
  33. <Dependency>libbsd</Dependency>
  34. <Dependency>python</Dependency>
  35. <Dependency>python3</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>libtevent-devel</Name>
  43. <Summary>Development files for libtevent</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">libtevent</Dependency>
  46. <Dependency>libtalloc-devel</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="16">
  55. <Date>2023-10-17</Date>
  56. <Version>0.15.0</Version>
  57. <Comment>Rebuild.</Comment>
  58. <Name>Mustafa Cinasal</Name>
  59. <Email>muscnsl@gmail.com</Email>
  60. </Update>
  61. <Update release="15">
  62. <Date>2023-09-08</Date>
  63. <Version>0.15.0</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="14">
  69. <Date>2023-03-29</Date>
  70. <Version>0.14.1</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="13">
  76. <Date>2023-02-03</Date>
  77. <Version>0.14.0</Version>
  78. <Comment>Version bump.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="12">
  83. <Date>2022-06-10</Date>
  84. <Version>0.12.1</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="11">
  90. <Date>2021-10-24</Date>
  91. <Version>0.10.2</Version>
  92. <Comment>Rebuild.</Comment>
  93. <Name>Mustafa Cinasal</Name>
  94. <Email>muscnsl@gmail.com</Email>
  95. </Update>
  96. <Update release="10">
  97. <Date>2021-06-19</Date>
  98. <Version>0.10.2</Version>
  99. <Comment>Rebuild.</Comment>
  100. <Name>Mustafa Cinasal</Name>
  101. <Email>muscnsl@gmail.com</Email>
  102. </Update>
  103. <Update release="9">
  104. <Date>2020-01-19</Date>
  105. <Version>0.10.2</Version>
  106. <Comment>Version bump</Comment>
  107. <Name>İdris Kalp</Name>
  108. <Email>idriskalp@gmail.com</Email>
  109. </Update>
  110. <Update release="8">
  111. <Date>2019-04-04</Date>
  112. <Version>0.9.39</Version>
  113. <Comment>Version bump</Comment>
  114. <Name>Mustafa Cinasal</Name>
  115. <Email>muscnsl@gmail.com</Email>
  116. </Update>
  117. <Update release="7">
  118. <Date>2018-08-06</Date>
  119. <Version>0.9.37</Version>
  120. <Comment>Version bump</Comment>
  121. <Name>Mustafa Cinasal</Name>
  122. <Email>muscnsl@gmail.com</Email>
  123. </Update>
  124. <Update release="6">
  125. <Date>2018-05-08</Date>
  126. <Version>0.9.36</Version>
  127. <Comment>Version bump</Comment>
  128. <Name>Mustafa Cinasal</Name>
  129. <Email>muscnsl@gmail.com</Email>
  130. </Update>
  131. <Update release="5">
  132. <Date>2017-12-27</Date>
  133. <Version>0.9.34</Version>
  134. <Comment>Version bump</Comment>
  135. <Name>Mustafa Cinasal</Name>
  136. <Email>muscnsl@gmail.com</Email>
  137. </Update>
  138. <Update release="4">
  139. <Date>2017-02-28</Date>
  140. <Version>0.9.31</Version>
  141. <Comment>Version bump.</Comment>
  142. <Name>Ertuğrul Erata</Name>
  143. <Email>ertugrulerata@gmail.com</Email>
  144. </Update>
  145. <Update release="3">
  146. <Date>2016-06-09</Date>
  147. <Version>0.9.28</Version>
  148. <Comment>Version Bump</Comment>
  149. <Name>Ergün Salman</Name>
  150. <Email>poyraz76@pisilinux.org</Email>
  151. </Update>
  152. <Update release="2">
  153. <Date>2016-06-09</Date>
  154. <Version>0.9.25</Version>
  155. <Comment>Release Bump</Comment>
  156. <Name>Pisi Linux Community</Name>
  157. <Email>admin@pisilinux.org</Email>
  158. </Update>
  159. <Update release="1">
  160. <Date>2015-07-30</Date>
  161. <Version>0.9.25</Version>
  162. <Comment>First release</Comment>
  163. <Name>Ertuğrul Erata</Name>
  164. <Email>ertugrulerata@gmail.com</Email>
  165. </Update>
  166. </History>
  167. </PISI>