pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liburing</Name>
  6. <Homepage>https://git.kernel.dk/cgit/liburing/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <License>LGPL</License>
  13. <License>MIT</License>
  14. <IsA>library</IsA>
  15. <PartOf>programming.library</PartOf>
  16. <Summary>This is the io_uring library, liburing.</Summary>
  17. <Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
  18. <Archive sha1sum="bf6a02335cd2d23c69ca90b2de45a470159133fc" type="tarbz2">
  19. https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.3.tar.bz2
  20. </Archive>
  21. <BuildDependencies>
  22. <!-- <Dependency>glibc</Dependency> -->
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>liburing</Name>
  27. <Conflicts>
  28. <!-- <Package></Package> -->
  29. </Conflicts>
  30. <RuntimeDependencies>
  31. <!-- <Dependency>glibc</Dependency> -->
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. <AdditionalFiles>
  39. <!-- <AdditionalFile owner="" permission="" target=""></AdditionalFile> -->
  40. </AdditionalFiles>
  41. <Provides>
  42. <!-- <COMAR script=""></COMAR> -->
  43. </Provides>
  44. </Package>
  45. <Package>
  46. <Name>liburing-devel</Name>
  47. <RuntimeDependencies>
  48. <Dependency release="current">liburing</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="library">/usr/lib/pkgconfig</Path>
  52. <Path fileType="header">/usr/include</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="5">
  57. <Date>2022-11-10</Date>
  58. <Version>2.3</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. <Update release="4">
  64. <Date>2022-06-29</Date>
  65. <Version>2.2</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>fury</Name>
  68. <Email>uglyside@yandex.ru</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2021-09-15</Date>
  72. <Version>2.1</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>fury</Name>
  75. <Email>uglyside@yandex.ru</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2021-07-10</Date>
  79. <Version>2.0</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>fury</Name>
  82. <Email>uglyside@yandex.ru</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2020-12-13</Date>
  86. <Version>0.7</Version>
  87. <Comment>First build.</Comment>
  88. <Name>fury</Name>
  89. <Email>uglyside@yandex.ru</Email>
  90. </Update>
  91. </History>
  92. </PISI>